diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-28 15:03:33 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-09-28 15:03:33 +0300 |
commit | 4f8f8d3b1691decd02ba93ca7799c46cff1c4f9b (patch) | |
tree | 4d3873956c86ec2c00c181c9ec820c573e407332 /init.cpp | |
parent | e21e57698ac9b74d1aae874e453329c6fd1b445c (diff) |
modified: commonheaders.h
modified: init.cpp
Diffstat (limited to 'init.cpp')
-rw-r--r-- | init.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -20,17 +20,12 @@ bool bAppendTags = false, bDebugLog = false, bJabberAPI = false, bIsMiranda09 = false, bMetaContacts = false, bFileTransfers = false; TCHAR *inopentag = NULL, *inclosetag = NULL, *outopentag = NULL, *outclosetag = NULL, *password = NULL; -list <JabberAccount*> Accounts; - HINSTANCE hInst; -HANDLE hLoadPubKey = NULL, hToggleEncryption = NULL, hOnPreBuildContactMenu = NULL, hSendKey = NULL, g_hCLIcon = NULL; PLUGINLINK *pluginLink; -IconExtraColumn g_IEC = {0}; static int OnModulesLoaded(WPARAM wParam,LPARAM lParam); extern char *date(); MM_INTERFACE mmi = {0}; UTF8_INTERFACE utfi = {0}; -XML_API xi = {0}; #define MIID_REPLACER { 0x6587ce2, 0x3bf8, 0x4e74, { 0xa1, 0x87, 0x1e, 0xa8, 0x59, 0x6a, 0x6b, 0x5f } } |