diff dwcompat.c @ 1617:f8d1da63fb77

Add code to allow building DW.DLL as Unicode on Windows. DWCOMPAT.DLL currently is still built ANSI for now. Will add -DUNICODE and -D_UNICODE to the flags when it is stable.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 27 Mar 2012 08:51:14 +0000
parents e4a641036581
children b8604e5fc85e
line wrap: on
line diff
--- a/dwcompat.c	Mon Mar 26 23:17:46 2012 +0000
+++ b/dwcompat.c	Tue Mar 27 08:51:14 2012 +0000
@@ -1,4 +1,6 @@
 /* $Id$ */
+#undef UNICODE
+#undef _UNICODE
 
 #ifdef __WIN32__
 #include <direct.h>