diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-28 12:26:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-28 12:26:20 +0000 |
commit | 5ec8d06383256e77956faf6b794ecd49beaec408 (patch) | |
tree | 888b039156ed429e541f46c5f98c8b22f43f9099 /plugins/Clist_modern/src/hdr | |
parent | 43c77c7450670f9a06d2998df65e986cb32f627e (diff) |
fix for the clist_modern avatar animation code
git-svn-id: http://svn.miranda-ng.org/main/trunk@5167 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/hdr')
-rw-r--r-- | plugins/Clist_modern/src/hdr/modern_commonheaders.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Clist_modern/src/hdr/modern_commonheaders.h b/plugins/Clist_modern/src/hdr/modern_commonheaders.h index d17d94e3ad..ae7a33adb1 100644 --- a/plugins/Clist_modern/src/hdr/modern_commonheaders.h +++ b/plugins/Clist_modern/src/hdr/modern_commonheaders.h @@ -205,9 +205,6 @@ extern pfnTryEnterCriticalSection fnTryEnterCriticalSection; typedef BOOL (WINAPI *pfnGetScrollBarInfo)( HWND, LONG, PSCROLLBARINFO );
extern pfnGetScrollBarInfo fnGetScrollBarInfo;
-typedef DWORD (WINAPI *pfnMsgWaitForMultipleObjectsEx)( DWORD, CONST HANDLE*, DWORD, DWORD, DWORD );
-extern pfnMsgWaitForMultipleObjectsEx fnMsgWaitForMultipleObjectsEx;
-
typedef HWND (WINAPI *pfnGetAncestor)( HWND, UINT );
extern pfnGetAncestor fnGetAncestor;
HWND WINAPI MyGetAncestor( HWND, UINT );
|