mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Use canonical include form for internal headers. config.h is always there.
2006-05-09 Sebastian Wilhelmi <wilhelmi@google.com> * glib/gprintf.c, glib/gspawn-win32.c, glib/gutf8.c, gthread/gthread-impl.c, gthread/gthread-posix.c, gthread/gthread-win32.c: Use canonical include form for internal headers. config.h is always there.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
3668e63687
commit
307391459d
@@ -32,11 +32,9 @@
|
||||
* MT safe
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include "glib.h"
|
||||
|
||||
#define STRICT
|
||||
#define _WIN32_WINDOWS 0x0401 /* to get IsDebuggerPresent */
|
||||
|
Reference in New Issue
Block a user