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