mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 05:13:06 +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>
|
||||
|
||||
* configure.in: Make G_GNUC_INTERNAL a no-op for
|
||||
|
@ -34,19 +34,21 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "glib.h"
|
||||
#include "gthreadprivate.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
#include <windows.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
#endif /* G_OS_WIN32 */
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "glib.h"
|
||||
#include "gthreadprivate.h"
|
||||
#include "galias.h"
|
||||
|
||||
GQuark
|
||||
|
Loading…
x
Reference in New Issue
Block a user