* include/winnt.h (VerSetConditionMask): Add prototype.

* lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
This commit is contained in:
Danny Smith
2002-11-04 03:53:53 +00:00
parent 2601ab5778
commit 2f14399c16
3 changed files with 11 additions and 0 deletions

View File

@@ -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);