Alexandre Julliard
|
99538272d5
libwine: Ignore libraries that are of the wrong 32/64 class.
|
15 years ago |
Alexandre Julliard
|
8edf353bd2
libwine: Export __wine_get_main_environment on Mac OS to make sure it's reevaluated when used.
|
15 years ago |
Alexandre Julliard
|
cee15b2449
libwine: Try to load all modules in the programs directory, not just those with .exe extension.
|
15 years ago |
Alexandre Julliard
|
4eb350b86b
libwine: Add support for relocating MS-style imports that use OriginalFirstThunk.
|
16 years ago |
Ken Thomases
|
3674c77341
libwine: Cope with Leopard brokenness w.r.t. setrlimit(RLIMIT_NOFILE).
|
16 years ago |
Alexandre Julliard
|
6475603985
libwine: Work around the Mac OS dynamic loader support for PE files.
|
17 years ago |
Andrey Turkin
|
fa0524a414
libwine: Emulate MS linker stub for builtin dlls.
|
17 years ago |
Alexandre Julliard
|
b9304bd64c
libwine: Initialize debug channels options on first use.
|
17 years ago |
Alexandre Julliard
|
44639b326b
libwine: Fix lookup of 16-bit dll placeholders. Remove some old compatibility code.
|
17 years ago |
Alexandre Julliard
|
5fe7589bb4
libwine: Get rid of the lookup in the top dlls/ dir, all dlls are named correctly now.
|
17 years ago |
Alexandre Julliard
|
f3960b22b1
libwine: Hack to work around the Solaris dlopen() brain damage.
|
17 years ago |
Andrew Talbot
|
4125821a99
winelib: Replace inline static with static inline.
|
17 years ago |
Joris Huizer
|
eefea58d7d
libwine: sign-compare fixes.
|
18 years ago |
Andrew Talbot
|
5e8f9c7aff
libwine: Cast-qual warning fix.
|
18 years ago |
Paul Millar
|
df10b7d580
libwine: Add a configure check for setrlimit.
|
18 years ago |
Alexandre Julliard
|
96d6724eaf
libwine: Attempt to increase some user limits that are set too low on some platforms.
|
18 years ago |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
18 years ago |
Alexandre Julliard
|
4db364cb77
libwine: Added magic handling of dll path when running in build dir.
|
18 years ago |
Alexandre Julliard
|
1269f43c5a
libwine: Add the runtime library path to the front of the dll paths list.
|
19 years ago |
Alexandre Julliard
|
aed49d439e
libwine: New naming scheme for 16-bit builtin dlls.
|
19 years ago |
Alexandre Julliard
|
0b34fb3656
libwine: Use dladdr if supported to get the run-time path of libwine.so
|
19 years ago |
Alexandre Julliard
|
65424dc3a8
libwine: Added wine_dll_enum_load_path function to allow querying the dll path.
|
19 years ago |
Alexandre Julliard
|
cbc38965c0
New scheme for keeping track of debug channels that doesn't require
|
19 years ago |
Alexandre Julliard
|
80083b18f8
Store RVAs instead of pointers wherever possible in the generated NT
|
19 years ago |
Alexandre Julliard
|
0799e8403b
Use the NT descriptor address as start of the data section, since the
|
19 years ago |
Alexandre Julliard
|
6153b1f927
Only add the default dlldir to the search path if that's where ntdll
|
19 years ago |
Alexandre Julliard
|
87b297ebc2
Use the correct ordinal flag for Win64 support.
|
19 years ago |
Marcus Meissner
|
2d7e976eed
Fixed signedness warnings.
|
19 years ago |
Robert Lunnon
|
d7272dedc7
Add RTLD_FIRST flag to dlopen calls.
|
19 years ago |
Alexandre Julliard
|
240d4ee9e1
Remove a few more instances of strncpy.
|
19 years ago |