* 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:
Danny Smith
2004-11-21 19:45:25 +00:00
parent 2d2a068087
commit d11206f65b
4 changed files with 11 additions and 4 deletions

View File

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