mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-14 11:38:05 +02:00
Include windows.h and fix include order. (#394258, Kazuki Iwamoto)
2007-01-12 Matthias Clasen <mclasen@redhat.com> * glib/gthread.c: Include windows.h and fix include order. (#394258, Kazuki Iwamoto) svn path=/trunk/; revision=5249
This commit is contained in:
parent
ef73c1c05f
commit
6ac483bae4
@ -1,3 +1,8 @@
|
|||||||
|
2007-01-12 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gthread.c: Include windows.h and fix
|
||||||
|
include order. (#394258, Kazuki Iwamoto)
|
||||||
|
|
||||||
2007-01-12 Matthias Clasen <mclasen@redhat.com>
|
2007-01-12 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* configure.in: Make G_GNUC_INTERNAL a no-op for
|
* configure.in: Make G_GNUC_INTERNAL a no-op for
|
||||||
|
@ -34,19 +34,21 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
#include "glib.h"
|
||||||
|
#include "gthreadprivate.h"
|
||||||
|
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef G_OS_WIN32
|
#ifndef G_OS_WIN32
|
||||||
|
#include <windows.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#endif /* G_OS_WIN32 */
|
#endif /* G_OS_WIN32 */
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "glib.h"
|
|
||||||
#include "gthreadprivate.h"
|
|
||||||
#include "galias.h"
|
#include "galias.h"
|
||||||
|
|
||||||
GQuark
|
GQuark
|
||||||
|
Loading…
x
Reference in New Issue
Block a user