mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01: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:
parent
9dd6eae994
commit
4c27a10ad3
@ -1,3 +1,9 @@
|
|||||||
|
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)
|
||||||
|
|
||||||
2006-03-07 Matthias Clasen <mclasen@redhat.com>
|
2006-03-07 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* === Released 2.10.1 ===
|
* === Released 2.10.1 ===
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#define STRICT
|
#define STRICT
|
||||||
|
#define _WIN32_WINDOWS 0x0401 /* to get IsDebuggerPresent */
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#undef STRICT
|
#undef STRICT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user