summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/hdr/modern_static_clui.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-11 15:11:36 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-11 15:11:36 +0000
commit6aeafa47b02b966067d3ff83453c9ae8f9b0fc70 (patch)
tree30a31a165c2712d6af297cf4819fc5787f5344d7 /plugins/Clist_modern/src/hdr/modern_static_clui.h
parent1ba746b6a4c979841a3b3452347da0aa78964f95 (diff)
only a few real mir_forkthreadex survived
git-svn-id: http://svn.miranda-ng.org/main/trunk@3977 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr/modern_static_clui.h')
-rw-r--r--plugins/Clist_modern/src/hdr/modern_static_clui.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_static_clui.h b/plugins/Clist_modern/src/hdr/modern_static_clui.h
index 22925fc4d2..fb15b1e25a 100644
--- a/plugins/Clist_modern/src/hdr/modern_static_clui.h
+++ b/plugins/Clist_modern/src/hdr/modern_static_clui.h
@@ -41,9 +41,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define TM_WINDOWUPDATE 100
#define TM_STATUSBARUPDATE 200
-
-
-
#define MS_CLUI_SHOWMAINMENU "CList/ShowMainMenu"
#define MS_CLUI_SHOWSTATUSMENU "CList/ShowStatusMenu"
@@ -98,17 +95,10 @@ void RowHeight_InitModernRow();
int UnhookAll();
-
-/* External variables */
-
-
/* Global variables */
-
-UINT g_dwMainThreadID = 0,
- g_dwAwayMsgThreadID = 0,
- g_dwGetTextAsyncThreadID = 0,
- g_dwSmoothAnimationThreadID = 0;
+UINT g_dwMainThreadID = 0;
+HANDLE g_hAwayMsgThread = 0, g_hGetTextAsyncThread = 0, g_hSmoothAnimationThread = 0;
HMENU g_hMenuMain;
BOOL g_bTransparentFlag=FALSE;