ADVPACK: Remove DllMain from the spec file

Jacek Caban jack at itma.pwr.wroc.pl
Mon Jun 27 03:28:53 CDT 2005


Dmitry Timoshkov wrote:

>"Jacek Caban" <jack at itma.pwr.wroc.pl> wrote:
>
>  
>
>>Changelog:
>>    Remove DllMain from the spec file
>>    
>>
>
>We need to match native exports, and native advpack.dll really
>exports DllMain.
>
>  
>
Sorry, I should check it. I've checked other dlls and I found
itss should do the same.

Changelog:
    Added DllMain to itss.spec as native does.
-------------- next part --------------
Index: dlls/itss/itss.spec
===================================================================
RCS file: /home/wine/wine/dlls/itss/itss.spec,v
retrieving revision 1.2
diff -u -p -r1.2 itss.spec
--- dlls/itss/itss.spec	14 Jan 2005 17:21:00 -0000	1.2
+++ dlls/itss/itss.spec	27 Jun 2005 08:21:17 -0000
@@ -1,5 +1,6 @@
 @ stdcall -private DllCanUnloadNow()
 @ stdcall -private DllGetClassObject(ptr ptr ptr)
 @ stub DllInstall
+@ stdcall DllMain(long long ptr)
 @ stdcall -private DllRegisterServer()
 @ stub DllUnregisterServer


More information about the wine-patches mailing list