cfg: Added support for Windows functions PathIsDirectory,PathIsDirectoryA and PathIsDirectoryW.

This commit is contained in:
orbitcowboy 2016-05-17 09:54:11 +02:00
parent 53a37d6134
commit 2d1ab79d98
1 changed files with 9 additions and 0 deletions

View File

@ -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>