aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-08-07 19:15:17 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-08-07 19:15:17 +0000
commit79501e91983d98b0a5590b9be99473a883eb8a1e (patch)
treee4b56960256588b3dcbdbbc4e32751210b3a09bc /config.nmake
parente48dcbaf154cdc028aa3f743673f554404a4bbf6 (diff)
Revert previous commit.
(Note to self read the description first) "Returns : a newly-allocated string, with all the upper case characters in str converted to lower case, with semantics that exactly match g_ascii_tolower(). (Note that this is unlike the old g_strdown(), which modified the string in place.)" svn path=/trunk/; revision=38395
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 47724b8009..e83010d955 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1017,8 +1017,7 @@ RC_WTAP_VERSION=$(WTAP_VERSION_MAJOR),$(WTAP_VERSION_MINOR),$(WTAP_VERSION_MICRO
# GLib
GLIB_CFLAGS=/I$(GTK_DIR)\include\glib-$(GLIB_VERSION) \
- /I$(GTK_DIR)\lib\glib-$(GLIB_VERSION)\include \
- -DG_DISABLE_DEPRECATED
+ /I$(GTK_DIR)\lib\glib-$(GLIB_VERSION)\include
GLIB_LIBS=$(GTK_DIR)\lib\glib-$(GLIB_VERSION).lib \
$(GTK_DIR)\lib\gmodule-$(GLIB_VERSION).lib \
$(GTK_DIR)\lib\gobject-$(GLIB_VERSION).lib