Alexandre Julliard : ole32: Register interfaces through dlldata. c as far as possible.

Alexandre Julliard julliard at winehq.org
Wed Dec 3 10:29:58 CST 2008


"Rob Shearman" <robertshearman at gmail.com> writes:

> 2008/12/3 Alexandre Julliard <julliard at winehq.org>:
>>  /* from dlldata.c */
>> +extern HINSTANCE hProxyDll DECLSPEC_HIDDEN;
>> +extern BOOL WINAPI OLE32_DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad) DECLSPEC_HIDDEN;
>
> Why declare OLE32_DllMain when it isn't used?

No reason, I just declared all the functions that could be useful, but
DllMain turned out to be not so useful in the end.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list