mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Revert "Fix build error when compiling with mingw"
This reverts commit 00178f8c8e
.
This commit is contained in:
parent
f83493f83d
commit
2d4b05bbf8
@ -22,6 +22,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "../glib/valgrind.h"
|
||||
#include <string.h>
|
||||
|
||||
#include <ffi.h>
|
||||
@ -34,7 +35,6 @@
|
||||
#include "gvaluetypes.h"
|
||||
#include "gtype-private.h"
|
||||
|
||||
#include "../glib/valgrind.h"
|
||||
|
||||
/**
|
||||
* SECTION:gclosure
|
||||
|
@ -21,6 +21,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "../glib/valgrind.h"
|
||||
#include <string.h>
|
||||
|
||||
#include "gtype.h"
|
||||
@ -37,8 +38,6 @@
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "../glib/valgrind.h"
|
||||
|
||||
#ifdef G_ENABLE_DEBUG
|
||||
#define IF_DEBUG(debug_type) if (_g_type_debug_flags & G_TYPE_DEBUG_ ## debug_type)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user