summary refs log tree commit diff stats
path: root/plugins/winsys/makefile.mak
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-28 20:22:59 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-28 20:22:59 +0100
commit7116b36d87f73270af3827b9acbaa9456d290cac (patch)
tree06bcd4687fe86ff5fc6522bbb5a879684e975c7e /plugins/winsys/makefile.mak
parent986d0a19935112882cd77860af5b8d6e94f7585f (diff)
more winsys fixes for wdk
Diffstat (limited to 'plugins/winsys/makefile.mak')
-rw-r--r--plugins/winsys/makefile.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/winsys/makefile.mak b/plugins/winsys/makefile.mak
index 5d125ab7..d7d1e4a9 100644
--- a/plugins/winsys/makefile.mak
+++ b/plugins/winsys/makefile.mak
@@ -9,7 +9,7 @@ winsys.def:
 	echo xchat_plugin_deinit >> winsys.def

 

 winsys.obj: winsys.c makefile.mak

-	cl $(CFLAGS) $(GLIB) /I.. winsys.c

+	cl $(CFLAGS) $(GLIB) /Zc:wchar_t- /I.. winsys.c

 

 clean:

 	del *.obj