diff options
Diffstat (limited to 'db3x_autobackups/commonheaders.h')
-rw-r--r-- | db3x_autobackups/commonheaders.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/db3x_autobackups/commonheaders.h b/db3x_autobackups/commonheaders.h index e1cae64..0fc6dc3 100644 --- a/db3x_autobackups/commonheaders.h +++ b/db3x_autobackups/commonheaders.h @@ -28,12 +28,16 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <malloc.h>
+#if defined( UNICODE ) && !defined( _UNICODE )
+ #define _UNICODE
+#endif
+#include <tchar.h>
+
#ifdef _DEBUG
-# define _ALPHA_BASE_ 1 // defined for CVS builds
-# define _ALPHA_FUSE_ 1 // defined for fuse powered core
-# define _CRTDBG_MAP_ALLOC
-# include <stdlib.h>
-//# include <crtdbg.h>
+ #define _ALPHA_BASE_ 1 // defined for CVS builds
+ #define _ALPHA_FUSE_ 1 // defined for fuse powered core
+ #define _CRTDBG_MAP_ALLOC
+ #include <stdlib.h>
#endif
#include <commctrl.h>
|