mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-10 06:31:41 +00:00
Remove includes for glib/gconvert.h and glib/gmem.h, according to http://developer.gnome.org/glib/stable/glib-compiling.html it is an error to include individual hedaers starting with glib 2.32
This commit is contained in:
parent
adb02c5f7e
commit
29df45359d
1 changed files with 0 additions and 2 deletions
|
@ -44,8 +44,6 @@
|
|||
|
||||
// utf8 conversion
|
||||
#include <glib.h>
|
||||
#include <glib/gconvert.h>
|
||||
#include <glib/gmem.h>
|
||||
|
||||
#ifdef WIN32
|
||||
HWND hwndOut = NULL;
|
||||
|
|
Loading…
Reference in a new issue