Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-11-21 22:45:25 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2004-11-21 22:45:25 +0300
commitd11206f65ba5d49ab804b7a39dbbbec1d17765d0 (patch)
tree7fda0aa0e0d50a9968986fd959b18e7b0558a495 /winsup/w32api/include
parent2d2a06808780ae1e0452ee748aca71155bb60ef6 (diff)
* include/winnt.h (VerSetConditionMask): Correct typo in _WIN32_WINNT
guard. * lib/kernel32.def (VerSetConditionMask): Correct stdcall suffix. * lib/ddk/ntoskrnl.def (VerSetConditionMask): Likewise.
Diffstat (limited to 'winsup/w32api/include')
-rw-r--r--winsup/w32api/include/winnt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h
index 01fe572ac..7f4cb32f8 100644
--- a/winsup/w32api/include/winnt.h
+++ b/winsup/w32api/include/winnt.h
@@ -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);