wine/loader
Ulrich Weigand 2149934a2d 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.
1999-12-05 02:50:38 +00:00
..
dos Fixed 32-bit module name handling to conform better to Win9x. 1999-12-04 04:04:58 +00:00
ne Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not 1999-12-05 02:50:38 +00:00
.cvsignore Don't create thunk for task signal proc, call it directly. 1999-09-20 18:48:29 +00:00
elf.c Fixed 32-bit module name handling to conform better to Win9x. 1999-12-04 04:04:58 +00:00
elfdll.c Fixed 32-bit module name handling to conform better to Win9x. 1999-12-04 04:04:58 +00:00
libres.c Fix integer based resource id assumption. 1999-09-27 13:31:47 +00:00
loadorder.c Removed extra #include statements. 1999-11-21 02:14:36 +00:00
main.c Fixed 32-bit module name handling to conform better to Win9x. 1999-12-04 04:04:58 +00:00
Makefile.in Moved all signal support to a new platform-specific file. 1999-09-27 10:58:45 +00:00
module.c Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature 1999-12-04 04:17:37 +00:00
pe_image.c Fixed crash when map fails. 1999-12-05 02:45:52 +00:00
pe_resource.c Replaced a few calls to lstr* functions by their CRTDLL or libc 1999-08-08 18:54:47 +00:00
resource.c Return the size of the needed resource when buffer is NULL for LoadString(). 1999-10-24 20:39:21 +00:00
task.c Call 16-bit instead of 32-bit UserSignalProc entry point. 1999-12-05 02:48:53 +00:00