From 99b0796eb6cd0bcc7d7facdd1a1a6834cca588dd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 11 Mar 2013 13:43:44 +0000 Subject: various mir_forkthread quirks git-svn-id: http://svn.miranda-ng.org/main/trunk@3975 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/hdr/modern_commonprototypes.h | 8 ++------ plugins/Clist_modern/src/hdr/modern_static_clui.h | 9 ++++----- 2 files changed, 6 insertions(+), 11 deletions(-) (limited to 'plugins/Clist_modern/src/hdr') diff --git a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h index efbb035932..69516c1d5d 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonprototypes.h +++ b/plugins/Clist_modern/src/hdr/modern_commonprototypes.h @@ -67,12 +67,8 @@ extern BOOL g_bTransparentFlag; extern HINSTANCE g_hInst; extern HIMAGELIST hCListImages; extern BOOL g_mutex_bChangingMode; -extern DWORD g_dwMainThreadID; -extern DWORD g_dwAwayMsgThreadID; -extern DWORD g_dwGetTextAsyncThreadID; -extern DWORD g_dwSmoothAnimationThreadID; -extern DWORD g_dwFillFontListThreadID; -extern HWND g_hwndViewModeFrame; +extern UINT g_dwMainThreadID, g_dwAwayMsgThreadID, g_dwGetTextAsyncThreadID, g_dwSmoothAnimationThreadID; +extern HWND g_hwndViewModeFrame; extern HANDLE hSmileyAddOptionsChangedHook,hAvatarChanged,hIconChangedHook; extern BYTE gl_TrimText; diff --git a/plugins/Clist_modern/src/hdr/modern_static_clui.h b/plugins/Clist_modern/src/hdr/modern_static_clui.h index 7a7d205f14..22925fc4d2 100644 --- a/plugins/Clist_modern/src/hdr/modern_static_clui.h +++ b/plugins/Clist_modern/src/hdr/modern_static_clui.h @@ -105,11 +105,10 @@ int UnhookAll(); /* Global variables */ -DWORD g_dwMainThreadID=0, - g_dwAwayMsgThreadID=0, - g_dwGetTextAsyncThreadID=0, - g_dwSmoothAnimationThreadID=0, - g_dwFillFontListThreadID=0; +UINT g_dwMainThreadID = 0, + g_dwAwayMsgThreadID = 0, + g_dwGetTextAsyncThreadID = 0, + g_dwSmoothAnimationThreadID = 0; HMENU g_hMenuMain; BOOL g_bTransparentFlag=FALSE; -- cgit v1.2.3