mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 22:03:29 +02:00
#define _WIN32_WINDOWS as 0x0401 to get declaration for
2006-03-11 Tor Lillqvist <tml@novell.com> * gthread-win32.c: #define _WIN32_WINDOWS as 0x0401 to get declaration for IsDebuggerPresent() when using MSVC6. (#333879, Kazuki Iwamoto)
This commit is contained in:
committed by
Tor Lillqvist
parent
9dd6eae994
commit
4c27a10ad3
@@ -39,6 +39,7 @@
|
||||
#include <glib.h>
|
||||
|
||||
#define STRICT
|
||||
#define _WIN32_WINDOWS 0x0401 /* to get IsDebuggerPresent */
|
||||
#include <windows.h>
|
||||
#undef STRICT
|
||||
|
||||
|
Reference in New Issue
Block a user