diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-02-12 00:25:21 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-02-12 00:25:21 +0000 |
commit | 3b92a8d946b18c0ecd336d400c7e696dbe56f79b (patch) | |
tree | cbe7a0ee62c49ada6081dea2abeb027d66ae1574 /db3x_autobackups/commonheaders.h | |
parent | ae28dca83bd0c40cbb03d88104d3b6a0b3f45908 (diff) |
fix for unicode build, dialog text
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@394 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'db3x_autobackups/commonheaders.h')
-rw-r--r-- | db3x_autobackups/commonheaders.h | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/db3x_autobackups/commonheaders.h b/db3x_autobackups/commonheaders.h index 0fc6dc3..4c86eb3 100644 --- a/db3x_autobackups/commonheaders.h +++ b/db3x_autobackups/commonheaders.h @@ -24,22 +24,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MIRANDA_VER 0x0700
#define _WIN32_WINNT 0x0501
-#include <windows.h>
-
-#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>
-#endif
+#include "m_stdhdr.h"
+#include <windows.h>
#include <commctrl.h>
#include <stdio.h>
#include <string.h>
|