windows.cfg: Added support for more interfaces
This commit is contained in:
parent
df9f6f38be
commit
47d0be3249
|
@ -4603,6 +4603,19 @@ HFONT CreateFont(
|
|||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--BOOL SetFileAttributesA(LPCSTR lpFileName, DWORD dwFileAttributes);-->
|
||||
<!--BOOL SetFileAttributesW(LPCWSTR lpFileName, DWORD dwFileAttributes);-->
|
||||
<function name="SetFileAttributes,SetFileAttributesA,SetFileAttributesW">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="BOOL"/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="2" direction="in">
|
||||
<not-uninit/>
|
||||
<not-bool/>
|
||||
</arg>
|
||||
</function>
|
||||
<!--BOOL WINAPI InitializeCriticalSectionEx(
|
||||
_Out_ LPCRITICAL_SECTION lpCriticalSection,
|
||||
_In_ DWORD dwSpinCount,
|
||||
|
|
Loading…
Reference in New Issue