Michael Müller
|
c89f476254
tools/winebuild: Add syscall thunks for 64 bit.
|
7 lat temu |
Michael Müller
|
4ae4def4fb
libs/wine: Use same file alignment for fake and builtin DLLs.
|
8 lat temu |
Michael Müller
|
e2df00d188
winebuild: Try to make sure RVA matches between fake and builtin DLLs.
|
8 lat temu |
Michael Müller
|
777154ed63
loader: Add commandline option --check-libs.
|
11 lat temu |
Alexandre Julliard
|
a698750630
libwine: Avoid using wine_get/set_fs().
|
5 lat temu |
Alexandre Julliard
|
c599ec1494
libwine: Make some loader functions obsolete.
|
5 lat temu |
Alexandre Julliard
|
44dc9d7383
libwine: Remove some conditional code that was only needed for Windows.
|
6 lat temu |
Michael Müller
|
9fd13a1a5e
libwine: Do not restrict base address of main thread on 64 bit mac os.
|
6 lat temu |
Chip Davis
|
bdca749f7b
libwine: Use getsegmentdata(3) on Mac OS to find the end of the __TEXT segment.
|
6 lat temu |
Alexandre Julliard
|
20d13d0b78
libwine: Also apply the load delta to the FirstThunk table.
|
7 lat temu |
Alexandre Julliard
|
98860707bc
libwine: Handle WINEDEBUGLOG variable on Android to specify a log file.
|
8 lat temu |
Alexandre Julliard
|
5142e56aee
libwine: Clear the %fs register we got from Android to force allocating a new one.
|
8 lat temu |
Alexandre Julliard
|
1fa7710ff9
makefiles: Get rid of the DLLPREFIX variable.
|
9 lat temu |
Alexandre Julliard
|
d197252fb3
libwine: Pass the correct length to GetStringUTFRegion.
|
9 lat temu |
Alexandre Julliard
|
a6a9b05dee
libwine: No longer look for libraries in the dll path on Android.
|
10 lat temu |
Alexandre Julliard
|
8478cece69
libwine: Update LD_LIBRARY_PATH in the current process from the JNI environment.
|
10 lat temu |
Ken Thomases
|
e577e4b3e6
libwine: Fix a potential write through a null pointer. (Clang).
|
11 lat temu |
Alexandre Julliard
|
c30923f25b
libwine: Add JNI initialisation support to start Wine from an Android activity.
|
11 lat temu |
Alexandre Julliard
|
626be2eab1
libwine: Look for all libraries in the dll search path on Android.
|
11 lat temu |
Alexandre Julliard
|
a83c598c79
makefiles: Add support for specifying a prefix for installed library file names.
|
11 lat temu |
Dmitry Timoshkov
|
e2791cdfb1
include: Make IMAGE_RESOURCE_DIRECTORY_ENTRY match PSDK definition.
|
12 lat temu |
Ken Thomases
|
cf73350d9f
loader: On Mac, if Wine is already on secondary thread, don't reserve it for the system frameworks.
|
12 lat temu |
Alexandre Julliard
|
cef0fde53d
libwine: Use sysconf() instead of getpagesize().
|
12 lat temu |
Ken Thomases
|
573436047e
libwine: Call the Mac Multi-Processing Services lib from the main thread first.
|
12 lat temu |
Alexandre Julliard
|
7a7b60098f
libwine: Fix a pointer comparison warning.
|
14 lat temu |
Ken Thomases
|
47dea9b670
loader: On Mac, reserve the process's original thread for the frameworks.
|
14 lat temu |
Alexandre Julliard
|
99538272d5
libwine: Ignore libraries that are of the wrong 32/64 class.
|
15 lat temu |
Alexandre Julliard
|
8edf353bd2
libwine: Export __wine_get_main_environment on Mac OS to make sure it's reevaluated when used.
|
16 lat temu |
Alexandre Julliard
|
cee15b2449
libwine: Try to load all modules in the programs directory, not just those with .exe extension.
|
16 lat temu |
Alexandre Julliard
|
4eb350b86b
libwine: Add support for relocating MS-style imports that use OriginalFirstThunk.
|
16 lat temu |