Sign in
goma
/
wine
/
886604c7159d044f0eab167ffb05038e16bf7110
/
loader
/
elf.c
886604c
Always pass lower-case filenames to wine_dll_load().
by Alexandre Julliard
· 24 years ago
e4d0932
Added ASCII-only version of toupper, tolower, strcasecmp and the like
by Aric Stewart
· 24 years ago
ef57e18
Removed some unnecessary includes.
by Alexandre Julliard
· 24 years ago
786c9a6
Get ELF_LoadLibraryExA back into a working state.
by Andreas Mohr
· 24 years ago
c7c4246
- Always store the full path name of 32bit modules in WINE_MODREF
by Peter Ganten
· 25 years ago
081ee94
- Fixed resource functions to work directly from the HMODULE instead of
by Alexandre Julliard
· 25 years ago
180a088
Moved PE header definitions to winnt.h where they belong.
by Alexandre Julliard
· 25 years ago
05f0b71
Store the list of loaded dlls in the server, and generate debug events
by Alexandre Julliard
· 25 years ago
9ffd403
Added .spec keyword 'mode' to allow creating built-in EXE modules.
by Ulrich Weigand
· 25 years ago
237e8e9
Fixed 32-bit module name handling to conform better to Win9x.
by Ulrich Weigand
· 25 years ago
623c0d6
some small include fixes, some checks for NULL ptrs,
by Marcus Meissner
· 26 years ago
a099a55
Converted to the new debug interface, using script written by Patrik Stridvall.
by Alexandre Julliard
· 26 years ago
f070fda
autoconf fixes and cleanups (check for dlopen() in libc too).
by Marcus Meissner
· 26 years ago
8102f74
#else branch compile fix.
by Gerald Pfeifer
· 26 years ago
94bb5bb
Removed non-portable hacks and replaced them with more general versions.
by Bertho Stultiens
· 26 years ago
b4b9fae
New debug scheme with explicit debug channels declaration.
by Patrik Stridvall
· 26 years ago
c1d1cfe
Reorganization of the loader to correctly load and free libraries and
by Bertho Stultiens
· 26 years ago
9c6735e
"foo" was not translated to "foo.so" in elf loader.
by Marcus Meissner
· 26 years ago
a396029
Large-scale renaming of all Win32 functions and types to use the
by Alexandre Julliard
· 26 years ago
1d90d69
Modified process creation sequence: call PE_CreateModule in the
by Ulrich Weigand
· 26 years ago
04c3e1d
Removed a lot of occurences of windows.h (and added necessary other includes).
by Marcus Meissner
· 26 years ago
317af32
Optimized include/*.h: (recursively) include all headers needed by
by Marcus Meissner
· 26 years ago
7df1fbb
Run Winelib applications as 32-bit processes in the initial task.
by Ulrich Weigand
· 26 years ago
12dc8e7
Bugfix: memory overwrite bug.
by Ulrich Weigand
· 26 years ago
73d6c13
Renamed all LPIMAGE_* types to PIMAGE_*.
by Uwe Bonnes
· 26 years ago
8220bc9
Generic dynamic dll loader using dl*() API.
by Marcus Meissner
· 26 years ago