mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-02 08:20:06 +08:00
Add few Windows API that can be used to detect the exact Windows version we are running on.
This commit is contained in:
parent
e97e108d0b
commit
15e9b7384e
@ -287,9 +287,9 @@ GetMailslotInfo
|
||||
GetModuleFileNameA
|
||||
GetModuleFileNameW
|
||||
GetModuleHandleA
|
||||
GetModuleHandleW
|
||||
GetModuleHandleExA
|
||||
GetModuleHandleExW
|
||||
GetModuleHandleW
|
||||
GetNamedPipeHandleStateA
|
||||
GetNamedPipeHandleStateW
|
||||
GetNamedPipeInfo
|
||||
@ -695,6 +695,9 @@ UpdateResourceA
|
||||
UpdateResourceW
|
||||
VerLanguageNameA
|
||||
VerLanguageNameW
|
||||
VerSetConditionMask
|
||||
VerifyVersionInfoA
|
||||
VerifyVersionInfoW
|
||||
VirtualAlloc
|
||||
VirtualAllocEx
|
||||
VirtualFree
|
||||
|
Loading…
Reference in New Issue
Block a user