config.h.win32.in: Define _WIN32_WINNT Conditionally
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 23 May 2014 02:14:16 +0000 (10:14 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 23 May 2014 02:14:50 +0000 (10:14 +0800)
commite3db9632e7e8a1e4177f503aa9ffa184a991e8a4
treef79d91606d87e3ca323e8d8d48ba3573be1a13cd
parent922dd548d5697556b76f720c985728d110ac6b9d
config.h.win32.in: Define _WIN32_WINNT Conditionally

This is done so that _WIN32_WINNT may be overridden in the project files,
if needed, so that one can access the Vista+ (or so) Windows APIs easier
by using "preprocessor defines" (or so) in the Visual C++ project files.
config.h.win32.in