diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-10-05 05:26:45 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-10-05 05:26:45 +0000 |
commit | 4bde5895768659f0d1dad4dddc700ea44d4f96f8 (patch) | |
tree | dbc78be0fd59f2b8513f32677c8deceedbe8088e /tipper/common.h | |
parent | c70ecdbda0728b168f43454c5671317de17629f6 (diff) |
Completed split up of Unicode and ANSI version
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@542 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/common.h')
-rw-r--r-- | tipper/common.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tipper/common.h b/tipper/common.h index f98fbb8..70ac51e 100644 --- a/tipper/common.h +++ b/tipper/common.h @@ -23,7 +23,7 @@ #define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE.
#endif
-#define MIRANDA_VER 0x0600 // for tabbed options
+#define MIRANDA_VER 0x0700 // for tabbed options
#include <m_stdhdr.h>
@@ -71,13 +71,8 @@ #define MODULE "Tipper"
extern HMODULE hInst;
-extern PLUGINLINK *pluginLink;
-extern HANDLE mainThread;
extern HFONT hFontTitle, hFontLabels, hFontValues;
extern COLORREF colTitle, colLabels, colBg, colValues;
extern int code_page;
-extern bool unicode_system;
-
-extern struct MM_INTERFACE memoryManagerInterface;
|