comparison 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
comparison
equal deleted inserted replaced
1616:bbef5d25efa0 1617:f8d1da63fb77
1 /* $Id$ */ 1 /* $Id$ */
2 #undef UNICODE
3 #undef _UNICODE
2 4
3 #ifdef __WIN32__ 5 #ifdef __WIN32__
4 #include <direct.h> 6 #include <direct.h>
5 #endif 7 #endif
6 #if defined(__OS2__) || defined(__WIN32__) 8 #if defined(__OS2__) || defined(__WIN32__)