On October 9, 2003 08:50 pm, Alexandre Julliard wrote:
We can now use the standard DllMain as entry point.
Cool, what about the one in user32:
[dimi@dimi wine.src]$ grep DLLMAIN `find -name "Makefile.in"` ./dlls/user/Makefile.in:DLLMAIN = UserClientDllInitialize@12
It's the last one, we could get rid of the DLLMAIN stuff...