cfg: Added support for Windows functions PathIsDirectory,PathIsDirectoryA and PathIsDirectoryW.
This commit is contained in:
parent
53a37d6134
commit
2d1ab79d98
|
@ -2025,4 +2025,13 @@ HFONT CreateFont(
|
|||
</arg>
|
||||
<arg nr="8"/>
|
||||
</function>
|
||||
<!-- BOOL PathIsDirectory(_In_ LPCTSTR pszPath);-->
|
||||
<function name="PathIsDirectory,PathIsDirectoryA,PathIsDirectoryW">
|
||||
<use-retval/>
|
||||
<noreturn>false</noreturn>
|
||||
<leak-ignore/>
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
</def>
|
||||
|
|
Loading…
Reference in New Issue