From 2b014d61a528785fef5374627f8e841721e0e4e0 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 16 Feb 2015 22:18:39 +0000 Subject: Tox: restyled nodes list option page git-svn-id: http://svn.miranda-ng.org/main/trunk@12152 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/common.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'protocols/Tox/src/common.h') diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index 878f9e4d09..81b1e1b717 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -31,6 +31,7 @@ #include #include #include +#include #include #include @@ -44,7 +45,7 @@ extern HINSTANCE g_hInstance; -#define MODULE "Tox" +#define MODULE "TOX" #define TOX_ERROR -1 @@ -77,16 +78,7 @@ T CreateFunction(LPCSTR functionName) return reinterpret_cast(GetProcAddress(g_hToxLibrary, functionName)); } -struct ItemInfo -{ - HWND hwndList; - int SelNumber; -}; - -extern HWND hAddNodeDlg, hChangeNodeDlg; - int OptInit(WPARAM wParam, LPARAM lParam); -int PreShutdown(WPARAM wParam, LPARAM lParam); INT_PTR CALLBACK ToxNodesOptionsProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); #endif //_COMMON_H_ \ No newline at end of file -- cgit v1.2.3