summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/winnt.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-11-04 03:53:53 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-11-04 03:53:53 +0000
commit2f14399c1628280e8bf5fd0d50d330e9397646b0 (patch)
tree551ecc3af33db44d0ac9b249bd5a6fb99b8f1b75 /winsup/w32api/include/winnt.h
parent2601ab5778798ab6306bb0a197b24fb8753e992f (diff)
downloadcygnal-2f14399c1628280e8bf5fd0d50d330e9397646b0.tar.gz
cygnal-2f14399c1628280e8bf5fd0d50d330e9397646b0.tar.bz2
cygnal-2f14399c1628280e8bf5fd0d50d330e9397646b0.zip
* include/winnt.h (VerSetConditionMask): Add prototype.
* lib/kernel32.def (VerifyVersionInfo[AW]): Add stubs.
Diffstat (limited to 'winsup/w32api/include/winnt.h')
-rw-r--r--winsup/w32api/include/winnt.h4
1 files changed, 4 insertions, 0 deletions
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);