summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-02 23:58:43 -0700
committerBerke Viktor <bviktor@hexchat.org>2013-04-02 23:58:43 -0700
commitfaf4575e9a106332d4fa5daf5f4a6572c1d77c20 (patch)
tree014da4526cd4dab3315aad983636a7e171456e7a /win32/hexchat.props
parent52efe3abff2a5b06e65b77031da562982f5e3e2b (diff)
Enable cast checks
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index 3daf3084..143a27fc 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -15,7 +15,7 @@
 		<!-- YOU SHOULDN'T TOUCH ANYTHING BELOW -->

 

 		<!-- G_DISABLE_DEPRECATED is unfeasible due to g_completion_* -->

-		<OwnFlags>G_DISABLE_CAST_CHECKS;GDK_PIXBUF_DISABLE_DEPRECATED;G_DISABLE_SINGLE_INCLUDES;GDK_PIXBUF_DISABLE_SINGLE_INCLUDES;GTK_DISABLE_SINGLE_INCLUDES;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline</OwnFlags>

+		<OwnFlags>GDK_PIXBUF_DISABLE_DEPRECATED;G_DISABLE_SINGLE_INCLUDES;GDK_PIXBUF_DISABLE_SINGLE_INCLUDES;GTK_DISABLE_SINGLE_INCLUDES;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline</OwnFlags>

 		<DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot>

 		<GendefPath>$(YourGendefPath)</GendefPath>

 		<MsgfmtPath>$(YourMsgfmtPath)</MsgfmtPath>