Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
authorUlrich Weigand <weigand@informatik.uni-erlangen.de>
Sun, 5 Dec 1999 02:50:38 +0000 (02:50 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 5 Dec 1999 02:50:38 +0000 (02:50 +0000)
commit2149934a2d5556d3186bd1c9cacd22ad370c7c95
treed75c755ff0008aaf99fd9408e71e2a92f74225f0
parent937f4d3ec34ed899812101124d472500e1b3c2b1
Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
just for the first one.
Bypass 32->16->32 transition when calling DllEntryPoint of built-in.
include/module.h
loader/ne/module.c
loader/ne/segment.c