diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-24 15:18:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-24 15:18:45 +0000 |
commit | 60066ee3ab1d80569d5c13fc9c14fe082aa28be4 (patch) | |
tree | 5bb81ca47d272144a3c5e8f6314fb6a30106ab2b /plugins/NewAwaySysMod/src/Common.h | |
parent | f8a58bee25b77af07a938cfdf71bdc00c0446b0a (diff) |
restored compatibility between NAS & SS plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@8258 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewAwaySysMod/src/Common.h')
-rw-r--r-- | plugins/NewAwaySysMod/src/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewAwaySysMod/src/Common.h b/plugins/NewAwaySysMod/src/Common.h index 4f26c8d451..95d3268684 100644 --- a/plugins/NewAwaySysMod/src/Common.h +++ b/plugins/NewAwaySysMod/src/Common.h @@ -277,7 +277,6 @@ extern COptPage g_MoreOptPage; extern COptPage g_SetAwayMsgPage;
extern HINSTANCE g_hInstance;
-extern HANDLE hMainThread;
extern int g_Messages_RecentRootID, g_Messages_PredefinedRootID;
extern VAR_PARSE_DATA VarParseData;
extern bool g_fNoProcessing;
@@ -301,6 +300,7 @@ extern HANDLE g_hReadWndList; INT_PTR GetContactStatMsg(WPARAM wParam, LPARAM lParam);
// AwayOpt.cpp
+int ModernOptInitialise(WPARAM wParam, LPARAM lParam);
int OptsDlgInit(WPARAM wParam, LPARAM); // called on opening of the options dialog
void InitOptions(); // called once when plugin is loaded
|