mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01: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:
parent
3668e63687
commit
307391459d
@ -1,5 +1,10 @@
|
||||
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.
|
||||
|
||||
* Remove obsolete gthread/gthread-solaris.c.
|
||||
|
||||
2006-05-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
@ -1,5 +1,10 @@
|
||||
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.
|
||||
|
||||
* Remove obsolete gthread/gthread-solaris.c.
|
||||
|
||||
2006-05-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
@ -17,9 +17,7 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
#include "config.h"
|
||||
|
||||
#define _GNU_SOURCE /* For vasprintf */
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
/* Define this to get some logging all the time */
|
||||
/* #define G_SPAWN_WIN32_DEBUG */
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include "glib.h"
|
||||
#include "gprintfint.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_CODESET
|
||||
|
@ -31,12 +31,10 @@
|
||||
* MT safe
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
#include "config.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <gthreadinit.h>
|
||||
#include "glib.h"
|
||||
#include "gthreadinit.h"
|
||||
|
||||
#ifdef G_THREADS_ENABLED
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
* MT safe
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
#include "config.h"
|
||||
|
||||
#include <pthread.h>
|
||||
#include <errno.h>
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user