diff options
author | TingPing <tngpng@gmail.com> | 2013-04-02 22:39:17 -0700 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-02 22:39:17 -0700 |
commit | 8b72d53dcc401ac622e204f720d4bd602c1dc291 (patch) | |
tree | 8f400553cbb6d468f69c4c39967f262e3bc5406c /win32/hexchat.props | |
parent | b5fef8d0e20c45f2643f3b9fbf28749b5f93b4b6 (diff) | |
parent | ef4aa16730c269f0ebb3b9657ecaef9acd5d07a2 (diff) |
Merge pull request #496 from bviktor/toplevel-includes
Only include top level includes from GTK+, GLib and GDK-PixBuf Closes #486
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 19ead366..3daf3084 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;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;</OwnFlags> + <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> <DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot> <GendefPath>$(YourGendefPath)</GendefPath> <MsgfmtPath>$(YourMsgfmtPath)</MsgfmtPath> |