diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-08 11:37:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-08 11:37:28 +0000 |
commit | 6b05d57a1d02f233409a2e4392e22b7a3a756a8f (patch) | |
tree | 81da58d8ee4ed00139cf6da3fcc03a6405ab69be /src/core | |
parent | 67abd5767f442340f8c98cb08dc0b43ecb5cf783 (diff) |
fix for the undocumented MS_CLIST_RETRIEVE_INTERFACE feature
git-svn-id: http://svn.miranda-ng.org/main/trunk@4384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdclist/src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stdclist/src/init.cpp b/src/core/stdclist/src/init.cpp index b8b542cc35..56774e5d29 100644 --- a/src/core/stdclist/src/init.cpp +++ b/src/core/stdclist/src/init.cpp @@ -136,6 +136,7 @@ extern "C" __declspec(dllexport) int CListInitialise() mir_getLP( &pluginInfo );
mir_getCLI();
+ pcli->hInst = g_hInst;
pcli->pfnPaintClc = PaintClc;
MySetLayeredWindowAttributes = (BOOL(WINAPI *) (HWND, COLORREF, BYTE, DWORD)) GetProcAddress(
|