* include/winnt.h (VerSetConditionMask): Add prototype.
* lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
This commit is contained in:
parent
2601ab5778
commit
2f14399c16
|
@ -1,3 +1,8 @@
|
|||
2002-11-04 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/winnt.h (VerSetConditionMask): Add prototype.
|
||||
* lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
|
||||
|
||||
2002-10-16 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/winuser.h (MONITORINFOEX[AW]): Add structure
|
||||
|
|
|
@ -2658,6 +2658,10 @@ typedef OSVERSIONINFOA OSVERSIONINFO,*POSVERSIONINFO,*LPOSVERSIONINFO;
|
|||
typedef OSVERSIONINFOEXA OSVERSIONINFOEX,*POSVERSIONINFOEX,*LPOSVERSIONINFOEX;
|
||||
#endif
|
||||
|
||||
#if (WIN32_WINNT >= 0x0500)
|
||||
ULONGLONG WINAPI VerSetConditionMask(ULONGLONG,DWORD,BYTE);
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__)
|
||||
|
||||
PVOID GetCurrentFiber(void);
|
||||
|
|
|
@ -692,6 +692,8 @@ VDMOperationStarted@4
|
|||
VerLanguageNameA@12
|
||||
VerLanguageNameW@12
|
||||
VerifyConsoleIoHandle@4
|
||||
VerifyVersionInfoA@16
|
||||
VerifyVersionInfoW@16
|
||||
VirtualAlloc@16
|
||||
VirtualAllocEx@20
|
||||
VirtualAllocVlm@24
|
||||
|
|
Loading…
Reference in New Issue