This commit is contained in:
orbitcowboy 2019-08-08 10:51:05 +02:00
parent 27cc58db43
commit 21dc69e3d1
1 changed files with 9 additions and 0 deletions

View File

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