* 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>
|
2004-11-20 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/winbase.h (PPROCESS_INFORMATION): Add typedef.
|
* include/winbase.h (PPROCESS_INFORMATION): Add typedef.
|
||||||
|
@ -3320,11 +3320,10 @@ typedef OSVERSIONINFOA OSVERSIONINFO,*POSVERSIONINFO,*LPOSVERSIONINFO;
|
|||||||
typedef OSVERSIONINFOEXA OSVERSIONINFOEX,*POSVERSIONINFOEX,*LPOSVERSIONINFOEX;
|
typedef OSVERSIONINFOEXA OSVERSIONINFOEX,*POSVERSIONINFOEX,*LPOSVERSIONINFOEX;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (WIN32_WINNT >= 0x0500)
|
#if (_WIN32_WINNT >= 0x0500)
|
||||||
ULONGLONG WINAPI VerSetConditionMask(ULONGLONG,DWORD,BYTE);
|
ULONGLONG WINAPI VerSetConditionMask(ULONGLONG,DWORD,BYTE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
PVOID GetCurrentFiber(void);
|
PVOID GetCurrentFiber(void);
|
||||||
PVOID GetFiberData(void);
|
PVOID GetFiberData(void);
|
||||||
|
|
||||||
|
@ -1231,7 +1231,7 @@ SeTokenObjectType DATA
|
|||||||
;SeUnlockSubjectContext
|
;SeUnlockSubjectContext
|
||||||
;SeUnregisterLogonSessionTerminatedRoutine
|
;SeUnregisterLogonSessionTerminatedRoutine
|
||||||
SeValidSecurityDescriptor@8
|
SeValidSecurityDescriptor@8
|
||||||
VerSetConditionMask@12
|
VerSetConditionMask@16
|
||||||
;VfFailDeviceNode
|
;VfFailDeviceNode
|
||||||
;VfFailDriver
|
;VfFailDriver
|
||||||
;VfFailSystemBIOS
|
;VfFailSystemBIOS
|
||||||
|
@ -782,7 +782,7 @@ VDMConsoleOperation@8
|
|||||||
VDMOperationStarted@4
|
VDMOperationStarted@4
|
||||||
VerLanguageNameA@12
|
VerLanguageNameA@12
|
||||||
VerLanguageNameW@12
|
VerLanguageNameW@12
|
||||||
VerSetConditionMask@13
|
VerSetConditionMask@16
|
||||||
VerifyConsoleIoHandle@4
|
VerifyConsoleIoHandle@4
|
||||||
VerifyVersionInfoA@16
|
VerifyVersionInfoA@16
|
||||||
VerifyVersionInfoW@16
|
VerifyVersionInfoW@16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user