Re: [PATCH] Don't generate FIXME warnings for DllCanUnloadNow.

2010-01-06 Thread Reece Dunn
2010/1/6 Maarten Lankhorst : > Hi Reece, > > Reece Dunn schreef: >> >> NOTE: Some of the DllCanUnloadNow functions always return S_OK. I >> intend to address that in a separate patch once I have investigated >> whether the DLLs implement COM objects or not. >> > > When a dll is first implemented it

Re: [PATCH] Don't generate FIXME warnings for DllCanUnloadNow.

2010-01-06 Thread Maarten Lankhorst
Hi Reece, Reece Dunn schreef: NOTE: Some of the DllCanUnloadNow functions always return S_OK. I intend to address that in a separate patch once I have investigated whether the DLLs implement COM objects or not. When a dll is first implemented it probably returns S_OK since no interfaces were