windows.cfg: Added support for functions from https://docs.microsoft.com/en-us/windows/win32/api/versionhelpers/.
This commit is contained in:
parent
27cc58db43
commit
21dc69e3d1
|
@ -5464,6 +5464,15 @@ HFONT CreateFont(
|
|||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- bool IsWindows10OrGreater(void) -->
|
||||
<!-- https://docs.microsoft.com/en-us/windows/win32/api/versionhelpers/-->
|
||||
<function name="IsWindows10OrGreater,IsWindows7OrGreater,IsWindows7SP1OrGreater,IsWindows8OrGreater,IsWindows8OrGreater,IsWindowsServer,IsWindowsVistaSP2OrGreater,IsWindowsXPSP3OrGreater,IsWindowsXPSP2OrGreater,IsWindowsXPSP1OrGreater,IsWindowsXPOrGreater,IsWindowsVersionOrGreater,IsWindowsVistaOrGreater,IsWindowsVistaSP1OrGreater">
|
||||
<noreturn>false</noreturn>
|
||||
<returnValue type="bool"/>
|
||||
<leak-ignore/>
|
||||
<use-retval/>
|
||||
<pure/>
|
||||
</function>
|
||||
<!--int WSAStartup(
|
||||
__in WORD wVersionRequested,
|
||||
__out LPWSADATA lpWSAData);-->
|
||||
|
|
Loading…
Reference in New Issue