diff win/dirent.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 71e0a3ad07f7
children 22225eb286e5
line wrap: on
line diff
--- a/win/dirent.c	Mon Mar 26 23:17:46 2012 +0000
+++ b/win/dirent.c	Tue Mar 27 08:51:14 2012 +0000
@@ -1,3 +1,6 @@
+#undef UNICODE
+#undef _UNICODE
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>