Browse Source

Add few Windows API that can be used to detect the exact Windows version we are running on.

mob/mob.devnexen
coltrane 2 years ago
parent
commit
15e9b7384e
  1. 5
      win32/lib/kernel32.def

5
win32/lib/kernel32.def

@ -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…
Cancel
Save