public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
From: corinna@sourceware.org
To: cygwin-apps-cvs@sourceware.org
Subject: [setup] branch master, updated. release_2.873-8-g12a7e24
Date: Wed, 20 Jan 2016 17:50:00 -0000	[thread overview]
Message-ID: <20160120175022.4542.qmail@sourceware.org> (raw)




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 */


                 reply	other threads:[~2016-01-20 17:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160120175022.4542.qmail@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=cygwin-apps-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).