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:
authorCorinna Vinschen <corinna@vinschen.de>2006-10-17 17:55:05 +0400
committerCorinna Vinschen <corinna@vinschen.de>2006-10-17 17:55:05 +0400
commitbf4875e4b0b698b51edf0a6c311a7102a2c74e92 (patch)
tree3e925f515eb8b954a2d6555cf34d274f84dce410 /winsup/cygwin/winsup.h
parent39bbbb6969e59769904bdf0249d03e7c6b11ea77 (diff)
* winsup.h (WINVER): Define instead of _WIN32_WINNT. Set to 0x0502.
(_NO_W32_PSEUDO_MODIFIERS): Define.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index ff7037a65..7382161df 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -35,9 +35,8 @@ details. */
#define EXPORT_ALIAS(sym,symalias) extern "C" __typeof (sym) symalias __attribute__ ((alias(#sym)));
-#ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0501
-#endif
+#define WINVER 0x0502
+#define _NO_W32_PSEUDO_MODIFIERS
#include <sys/types.h>
#include <sys/strace.h>