summaryrefslogtreecommitdiff
path: root/tipper/common.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2009-03-31 05:12:22 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2009-03-31 05:12:22 +0000
commit8f7401d0d32b864e7c1efbe696fb60d010f001bb (patch)
tree77038f25c21f5397f98db7165f07b0655a0f7b7b /tipper/common.h
parent811039b40796ba732b12b5d2dfb52111980569ac (diff)
x64 port
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@447 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/common.h')
-rw-r--r--tipper/common.h11
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>