mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
win32: define _WIN32_WINNT globally
Rather than defining _WIN32_WINNT only in a handful of files, define it in config.h, like we do with _GNU_SOURCE. (Also remove a "#define WIN32_LEAN_AND_MEAN" that isn't really all that useful.) https://bugzilla.gnome.org/show_bug.cgi?id=688109
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
#include "glibintl.h"
|
||||
|
||||
#ifdef G_OS_WIN32
|
||||
#define _WIN32_WINNT 0x0500
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user