summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-09-29 21:57:26 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-09-29 21:57:26 +0200
commit5b0123fa8c29309a96687953e3ed73908c11110b (patch)
tree1172ff59d96307de8b5eef55ee90abe5b0c48ae7 /src
parentde264bba901d9edc1c065d9a4724a3097e40a74d (diff)
use G_DISABLE_DEPRECATED
Diffstat (limited to 'src')
-rw-r--r--src/makeinc.skel2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makeinc.skel b/src/makeinc.skel
index bd6fea8d..3d4cb287 100644
--- a/src/makeinc.skel
+++ b/src/makeinc.skel
@@ -1,6 +1,6 @@
 CC = cl
 LINK = link
-CFLAGS = $(CFLAGS) /Ox /c /MD /MP2 /W0 /nologo /DWIN32 /DG_DISABLE_CAST_CHECKS /Dstrcasecmp=stricmp /Dstrncasecmp=strnicmp /Dstrtoull=_strtoui64 /DHAVE_STRTOULL -DUSE_IPV6
+CFLAGS = $(CFLAGS) /Ox /c /MD /MP2 /W0 /nologo /DWIN32 /DG_DISABLE_CAST_CHECKS /DG_DISABLE_DEPRECATED /Dstrcasecmp=stricmp /Dstrncasecmp=strnicmp /Dstrtoull=_strtoui64 /DHAVE_STRTOULL -DUSE_IPV6
 CFLAGS = $(CFLAGS) -Ic:\mozilla-build\build\xchat-wdk\plugins
 CPPFLAGS = /c /MD /W0 /nologo /DWIN32
 LDFLAGS = /subsystem:windows /nologo