diff options
author | Arnavion <arnavion@gmail.com> | 2015-02-11 10:01:29 -0800 |
---|---|---|
committer | Arnavion <arnavion@gmail.com> | 2015-02-11 10:01:29 -0800 |
commit | 9858784eb6369dc189836f8971791af5238145ea (patch) | |
tree | ba0fff56c48ced733eb0524f30da5664d31882f3 /src/fe-gtk/xtext.c | |
parent | 7e4a585611df59b637d652eeab49b7158e8b5af7 (diff) |
Better project files.
- Output directly to rel\ instead of to bin\ and then copying files over. - Deduped Win32 vs x64 configs - Moved some common properties to hexchat.props - All build intermediates (except htm's intermediates) are no longer emitted in the source directory
Diffstat (limited to 'src/fe-gtk/xtext.c')
-rw-r--r-- | src/fe-gtk/xtext.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fe-gtk/xtext.c b/src/fe-gtk/xtext.c index 495568f8..121f35a3 100644 --- a/src/fe-gtk/xtext.c +++ b/src/fe-gtk/xtext.c @@ -37,7 +37,13 @@ #include "../common/util.h" #include "../common/hexchatc.h" #include "../common/url.h" + +#ifdef WIN32 +#include "marshal.h" +#else #include "../common/marshal.h" +#endif + #include "fe-gtk.h" #include "xtext.h" #include "fkeys.h" |