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
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue