From 4bde5895768659f0d1dad4dddc700ea44d4f96f8 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Tue, 5 Oct 2010 05:26:45 +0000 Subject: 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 --- tipper/common.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tipper/common.h') 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 @@ -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; -- cgit v1.2.3