windows.cfg: Added support for GetTempPath().

This commit is contained in:
orbitcowboy 2016-11-22 08:32:11 +01:00
parent d40f4e4a55
commit 5b1f112195
1 changed files with 15 additions and 0 deletions

View File

@ -2904,4 +2904,19 @@ HFONT CreateFont(
</arg>
<arg nr="3"/>
</function>
<!-- DWORD WINAPI GetTempPath(
_In_ DWORD nBufferLength,
_Out_ LPTSTR lpBuffer);-->
<function name="GetTempPath,GetTempPathW,GetTempPathA">
<use-retval/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<valid>0:</valid>
<not-uninit/>
</arg>
<arg nr="2">
<not-null/>
</arg>
</function>
</def>