public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [setup] branch master, updated. release_2.873-8-g12a7e24
@ 2016-01-20 17:50 corinna
  0 siblings, 0 replies; only message in thread
From: corinna @ 2016-01-20 17:50 UTC (permalink / raw)
  To: cygwin-apps-cvs




https://sourceware.org/git/gitweb.cgi?p=cygwin-setup.git;h=12a7e246e8d9f2ad36da8a5c609e03e182a4c484

commit 12a7e246e8d9f2ad36da8a5c609e03e182a4c484
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Wed Jan 20 18:50:14 2016 +0100

    Move definition of _WIN32_WINNT to win32.h and bump to Windows 10
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>


Diff:
---
 main.cc |    2 --
 win32.h |    3 +++
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/main.cc b/main.cc
index 43a5860..3da6185 100644
--- a/main.cc
+++ b/main.cc
@@ -31,8 +31,6 @@ static const char *cvsid =
   "\n%%% $Id$\n";
 #endif
 
-#undef _WIN32_WINNT
-#define _WIN32_WINNT 0x0501
 #include "win32.h"
 #include <commctrl.h>
 #include <shellapi.h>
diff --git a/win32.h b/win32.h
index a6b3316..9563ba4 100644
--- a/win32.h
+++ b/win32.h
@@ -29,6 +29,9 @@
 /* Basic Windows features only. */
 #define WIN32_LEAN_AND_MEAN
 
+#undef _WIN32_WINNT
+#define _WIN32_WINNT 0x0a00
+
 /* libstdc++-v3 _really_ dislikes min & max defined as macros. */
 /* As of gcc 3.3.1, it defines NOMINMAX itself, so test first,
  * to avoid a redefinition error */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-20 17:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-20 17:50 [setup] branch master, updated. release_2.873-8-g12a7e24 corinna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).