ole32: Trace library path to be added to list.

This commit is contained in:
Nikolay Sivov 2013-12-04 11:14:41 +04:00 committed by Alexandre Julliard
parent 5edaed3ee3
commit 3b6d06e33c
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@ static HRESULT COMPOBJ_DllList_Add(LPCWSTR library_name, OpenDll **ret)
DllCanUnloadNowFunc DllCanUnloadNow;
DllGetClassObjectFunc DllGetClassObject;
TRACE("\n");
TRACE("%s\n", debugstr_w(library_name));
*ret = COMPOBJ_DllList_Get(library_name);
if (*ret) return S_OK;