mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 02:47:52 +02:00
Revert "Fix build error when compiling with mingw"
This reverts commit 00178f8c8e
.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user