From fbc3a8fbf75f69d14ef8f545a7e43425db4eaaf7 Mon Sep 17 00:00:00 2001 From: sje Date: Wed, 21 Nov 2007 13:10:31 +0000 Subject: sync with core git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@386 4f64403b-2f21-0410-a795-97e2b3489a10 --- db3x_autobackups/commonheaders.h | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'db3x_autobackups/commonheaders.h') 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 +#if defined( UNICODE ) && !defined( _UNICODE ) + #define _UNICODE +#endif +#include + #ifdef _DEBUG -# define _ALPHA_BASE_ 1 // defined for CVS builds -# define _ALPHA_FUSE_ 1 // defined for fuse powered core -# define _CRTDBG_MAP_ALLOC -# include -//# include + #define _ALPHA_BASE_ 1 // defined for CVS builds + #define _ALPHA_FUSE_ 1 // defined for fuse powered core + #define _CRTDBG_MAP_ALLOC + #include #endif #include -- cgit v1.2.3