* include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
guard. * lib/kernel32.def (VerSetConditionMask): Correct stdcall suffix. * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
This commit is contained in:
parent
2d2a068087
commit
d11206f65b
|
@ -1,3 +1,11 @@
|
|||
2004-11-21 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
|
||||
guard.
|
||||
* lib/kernel32.def (VerSetConditionMask): Correct stdcall
|
||||
suffix.
|
||||
* lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
|
||||
|
||||
2004-11-20 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h (PPROCESS_INFORMATION): Add typedef.
|
||||
|
|
|
@ -3320,11 +3320,10 @@ typedef OSVERSIONINFOA OSVERSIONINFO,*POSVERSIONINFO,*LPOSVERSIONINFO;
|
|||
typedef OSVERSIONINFOEXA OSVERSIONINFOEX,*POSVERSIONINFOEX,*LPOSVERSIONINFOEX;
|
||||
#endif
|
||||
|
||||
#if (WIN32_WINNT >= 0x0500)
|
||||
#if (_WIN32_WINNT >= 0x0500)
|
||||
ULONGLONG WINAPI VerSetConditionMask(ULONGLONG,DWORD,BYTE);
|
||||
#endif
|
||||
|
||||
|
||||
PVOID GetCurrentFiber(void);
|
||||
PVOID GetFiberData(void);
|
||||
|
||||
|
|
|
@ -1231,7 +1231,7 @@ SeTokenObjectType DATA
|
|||
;SeUnlockSubjectContext
|
||||
;SeUnregisterLogonSessionTerminatedRoutine
|
||||
SeValidSecurityDescriptor@8
|
||||
VerSetConditionMask@12
|
||||
VerSetConditionMask@16
|
||||
;VfFailDeviceNode
|
||||
;VfFailDriver
|
||||
;VfFailSystemBIOS
|
||||
|
|
|
@ -782,7 +782,7 @@ VDMConsoleOperation@8
|
|||
VDMOperationStarted@4
|
||||
VerLanguageNameA@12
|
||||
VerLanguageNameW@12
|
||||
VerSetConditionMask@13
|
||||
VerSetConditionMask@16
|
||||
VerifyConsoleIoHandle@4
|
||||
VerifyVersionInfoA@16
|
||||
VerifyVersionInfoW@16
|
||||
|
|
Loading…
Reference in New Issue