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
path: root/winsup
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
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')
-rw-r--r--winsup/w32api/ChangeLog8
-rw-r--r--winsup/w32api/include/winnt.h3
-rw-r--r--winsup/w32api/lib/ddk/ntoskrnl.def2
-rw-r--r--winsup/w32api/lib/kernel32.def2
4 files changed, 11 insertions, 4 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index d2565db03..a99cd407a 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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>
* include/winbase.h (PPROCESS_INFORMATION): Add typedef.
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);
diff --git a/winsup/w32api/lib/ddk/ntoskrnl.def b/winsup/w32api/lib/ddk/ntoskrnl.def
index 029d0dee8..ca1447fb3 100644
--- a/winsup/w32api/lib/ddk/ntoskrnl.def
+++ b/winsup/w32api/lib/ddk/ntoskrnl.def
@@ -1231,7 +1231,7 @@ SeTokenObjectType DATA
;SeUnlockSubjectContext
;SeUnregisterLogonSessionTerminatedRoutine
SeValidSecurityDescriptor@8
-VerSetConditionMask@12
+VerSetConditionMask@16
;VfFailDeviceNode
;VfFailDriver
;VfFailSystemBIOS
diff --git a/winsup/w32api/lib/kernel32.def b/winsup/w32api/lib/kernel32.def
index f22e83c1c..6d74c94d7 100644
--- a/winsup/w32api/lib/kernel32.def
+++ b/winsup/w32api/lib/kernel32.def
@@ -782,7 +782,7 @@ VDMConsoleOperation@8
VDMOperationStarted@4
VerLanguageNameA@12
VerLanguageNameW@12
-VerSetConditionMask@13
+VerSetConditionMask@16
VerifyConsoleIoHandle@4
VerifyVersionInfoA@16
VerifyVersionInfoW@16