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>2002-11-04 06:53:53 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2002-11-04 06:53:53 +0300
commit2f14399c1628280e8bf5fd0d50d330e9397646b0 (patch)
tree551ecc3af33db44d0ac9b249bd5a6fb99b8f1b75
parent2601ab5778798ab6306bb0a197b24fb8753e992f (diff)
* include/winnt.h (VerSetConditionMask): Add prototype.
* lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/include/winnt.h4
-rw-r--r--winsup/w32api/lib/kernel32.def2
3 files changed, 11 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 18e6ae4ff..5258c5585 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h
index 25ecd4190..1eb305afe 100644
--- a/winsup/w32api/include/winnt.h
+++ b/winsup/w32api/include/winnt.h
@@ -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);
diff --git a/winsup/w32api/lib/kernel32.def b/winsup/w32api/lib/kernel32.def
index 401d84cb8..06a8563ac 100644
--- a/winsup/w32api/lib/kernel32.def
+++ b/winsup/w32api/lib/kernel32.def
@@ -692,6 +692,8 @@ VDMOperationStarted@4
VerLanguageNameA@12
VerLanguageNameW@12
VerifyConsoleIoHandle@4
+VerifyVersionInfoA@16
+VerifyVersionInfoW@16
VirtualAlloc@16
VirtualAllocEx@20
VirtualAllocVlm@24