[PATCH] strmbase: Display dll in which we are searching a class to instanciate.

Alexandre Julliard julliard at winehq.org
Wed Mar 28 04:43:32 CDT 2012


Christian Costa <titan.costa at gmail.com> writes:

> @@ -360,14 +361,17 @@ HRESULT WINAPI STRMBASE_DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *
>              break;
>      }
>  
> +    if (!GetModuleFileNameA(g_hInst, dllname, sizeof(dllname)))
> +        strcpy(dllname, "???");

You don't want to do that in the success case.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list