comparison 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
comparison
equal deleted inserted replaced
1616:bbef5d25efa0 1617:f8d1da63fb77
1 #undef UNICODE
2 #undef _UNICODE
3
1 #include <stdio.h> 4 #include <stdio.h>
2 #include <stdlib.h> 5 #include <stdlib.h>
3 #include <string.h> 6 #include <string.h>
4 #include <ctype.h> 7 #include <ctype.h>
5 8