diff options
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>
|