diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-11-21 13:10:31 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-11-21 13:10:31 +0000 |
commit | fbc3a8fbf75f69d14ef8f545a7e43425db4eaaf7 (patch) | |
tree | 8ac91de364988140233a487d510bbcbf339e6a9f /db3x_autobackups/commonheaders.h | |
parent | 778273f4cf7d1e2d41eeec5355d7fb749a0526b6 (diff) |
sync with core
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@386 4f64403b-2f21-0410-a795-97e2b3489a10
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>
|