- 09 Jan, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 25 Nov, 2003 2 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 17 Nov, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 10 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
control to it, and then have ntdll load kernel32 using the normal loader mechanisms. Get rid of BUILTIN32_LoadExeModule.
-
- 08 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
to link to kernel functions. Commented out SMB support in NtReadFile for now.
-
- 06 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
dlls/ntdll/loader.c, (ab)using the LdrInitializeThunk entry point.
-
- 04 Oct, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 27 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 25 Sep, 2003 2 commits
-
-
Alexandre Julliard authored
Removed short module name from WINE_MODREF, Windows doesn't have it. Rewrote LdrGetDllHandle to only use Unicode.
-
Alexandre Julliard authored
Removed the --dll option and replaced it by the WINEDLLOVERRIDES environment variable.
-
- 19 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
loader into dlls/ntdll/loader.c.
-
- 18 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
loaded. This makes it possible to remove the InstallShield hack in OpenFile16. Moved LoadLibrary32_16 to kernel.
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 28 Aug, 2003 1 commit
-
-
Dimitrie O. Paun authored
directives in our .h files. This should avoid some potentially nasty surprises for Winelib apps.
-
- 25 Aug, 2003 1 commit
-
-
Alexandre Julliard authored
Store the call_to_16 return address on the stack from the C code so that we don't need two variants of call_to_16_regs.
-
- 23 Aug, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 03 Jul, 2003 1 commit
-
-
Alexandre Julliard authored
whether a failed dll load is because the file didn't exist; more robust than trying to guess the contents of the error string... Get rid of BUILTIN32_dlopen.
-
- 01 Jul, 2003 1 commit
-
-
Eric Pouech authored
the three linked lists in LDR_MODULE - added PEB_LDR_DATA structure to PEB - removed a couple of no longer needed global & static variables
-
- 21 May, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 20 May, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 15 May, 2003 1 commit
-
-
Alexandre Julliard authored
USER now. Moved USER module cleanups to the 16-bit signal proc.
-
- 14 May, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 08 May, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 30 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 04 Apr, 2003 1 commit
-
-
Alexandre Julliard authored
Fixed a few traces.
-
- 26 Mar, 2003 1 commit
-
-
Eric Pouech authored
- BUILTIN32_dlopen now properly returns NTDLL style status codes
-
- 21 Mar, 2003 1 commit
-
-
Eric Pouech authored
-
- 20 Mar, 2003 3 commits
-
-
Eric Pouech authored
same flags values as Win2000.
-
Eric Pouech authored
LDR_MODULE.
-
Eric Pouech authored
static variables to ntdll.
-
- 18 Mar, 2003 1 commit
-
-
Eric Pouech authored
this structure - implementation of LdrFindEntry - implementation of GetModuleFileName[AW] on top of LdrFindEntry
-
- 14 Mar, 2003 2 commits
-
-
Eric Pouech authored
- in impacted functions, ensure that we only use ntdll functions - for internal loading, start using NTDLL style for error reporting - making use of new LdrLoadDll
-
Eric Pouech authored
- in impacted functions, ensure that we only use ntdll functions - making use of new LdrUnloadDll
-
- 06 Mar, 2003 1 commit
-
-
Eric Pouech authored
GetProcAddress - implemented LdrGetDllHandle and made use of it in GetModuleHandle - removed MODULE_DllThreadDetach from loader/module.c (should have been removed in a previous patch)
-
- 05 Mar, 2003 1 commit
-
-
Eric Pouech authored
-
- 04 Mar, 2003 1 commit
-
-
Eric Pouech authored
- exported a few functions/global vars from module.h while we move code from loader/module.c to dlls/ntdll/loader.c - implemented LdrShutdownProcess, LdrShutdownThread and LdrDisableThreadCalloutsForDll (and made use of them)
-
- 16 Aug, 2002 1 commit
-
-
Alexandre Julliard authored
has already been loaded as builtin.
-
- 14 Aug, 2002 1 commit
-
-
Alexandre Julliard authored
Fixed case sensitivity of builtin executables.
-
- 09 Aug, 2002 1 commit
-
-
Alexandre Julliard authored
PE_HEADER macro.
-