mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-20 20:04:20 +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