diff options
Diffstat (limited to 'tipper/common.h')
-rw-r--r-- | tipper/common.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tipper/common.h b/tipper/common.h index d6986e5..91beb49 100644 --- a/tipper/common.h +++ b/tipper/common.h @@ -23,21 +23,16 @@ #define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE.
#endif
-#if defined( UNICODE ) && !defined( _UNICODE )
-#define _UNICODE
-#endif
+#define MIRANDA_VER 0x0600 // for tabbed options
-#include <tchar.h>
+#include <m_stdhdr.h>
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
#include <process.h>
#include <commctrl.h>
-#include <malloc.h>
-#include <stdlib.h>
-
-#define MIRANDA_VER 0x0600 // for tabbed options
+#include <stddef.h>
#include <win2k.h>
#include <newpluginapi.h>
|