- f3a73ef - implemented LdrGetProcedureAddress and made use of it for by Eric Pouech · 22 years ago
- d4fcc4b Removed SO loading type. by Eric Pouech · 22 years ago
- 7d60964 - added Ldr* information to include/winternl.h by Eric Pouech · 22 years ago
- 60d40cd Only do the unload_dll server call at the time we actually unload the dll. by Alexandre Julliard · 22 years ago
- ce13153 Moved LDT selector allocation routines to libwine. by Alexandre Julliard · 22 years ago
- ac13d2f Print thread ids in traces with only 4 digits now that they are small integers. by Alexandre Julliard · 22 years ago
- 851d25d Set default loadorder to native for dlls that contain an explicit path. by Alexandre Julliard · 22 years ago
- 39f73a2 Increase size of insufficiently big stack allocated buffer used for by Warren Baird · 22 years ago
- 33be954 In PE_fixup_imports report "module file not found" only in case of a by Rein Klazes · 22 years ago
- 60009b9 Removed calls to HEAP_strdupAtoW. by Matthew Davison · 22 years ago
- 297f3d8 Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. by Dimitrie O. Paun · 22 years ago
- bcf4160 Debug channels cleanup. by Alexandre Julliard · 22 years ago
- df35705 Don't crash in DirectedYield16 if no other task is running. by Alexandre Julliard · 22 years ago
- 737d4be Move excpt.h out of include/msvcrt/ as it does not conflict with any by Dimitrie O. Paun · 22 years ago
- 309b370 Also trace implicitly loaded dlls for +loaddll. by Alexandre Julliard · 22 years ago
- 75dee50 Replace 0x%p with %p. by Patrik Stridvall · 22 years ago
- 9169729 Merged font.h and path.h into gdi.h. Moved x11font.h to by Alexandre Julliard · 22 years ago
- 11f361a Removed no longer needed PROFILE_LoadWineIni(). by Alexandre Julliard · 22 years ago
- ed800c6 Build ntdll with -DSTRICT. by Andrew John Hughes · 22 years ago
- 82aeebd Added wrapper to replace llseek+lread to avoid HANDLE/HFILE conversions. by Alexandre Julliard · 22 years ago
- 1a66505 Removed last users of msdos/interrupts.c. by Jukka Heinonen · 22 years ago
- d09b9cc Don't fully process FreeLibrary when process is stopping. by Eric Pouech · 22 years ago
- cf07e10 Don't use wine/unicode.h in the header files, include it directly by Patrik Stridvall · 22 years ago
- 1298eb4 Fixed mismatches between the Wine headers and the Microsoft headers. by Patrik Stridvall · 22 years ago
- f3215eb Get/SetFastQueue16 should use HQUEUE16 handles. by Alexandre Julliard · 22 years ago
- 9534d4f Added wine_memcpy_unaligned function to avoid gcc memcpy optimizations. by Alexandre Julliard · 22 years ago
- c5c48eb Fixed reference count handling to support LoadLibrary during a process attach. by Alexandre Julliard · 22 years ago
- 613ead7 Fixed some handle conversions in prevision of void* handles. by Alexandre Julliard · 22 years ago
- e70d08b By default, we should use our own dlls. by Dimitrie O. Paun · 23 years ago
- b5bb32c Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
- 9d2b862 Convert HRSRC to a void*. by Michael Stefaniuc · 23 years ago
- 81bdcf1 Removed references to advapi32 registry functions from some of the by Alexandre Julliard · 23 years ago
- 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
- 51e6c0c MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
- 3fa613c Moved internal context macros out of winnt.h. by Alexandre Julliard · 23 years ago
- 9aab47e MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
- f5d21eb Don't cache file handles for NE executable modules so that we don't by Mike McCormack · 23 years ago
- d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
- 1467bbd Relax a bit PE consistency checks. by Dmitry Timoshkov · 23 years ago
- d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
- 0eec45a Force loadorder of 16-bit dlls to builtin if their 32-bit counterpart by Alexandre Julliard · 23 years ago
- 10cd651 Set up exception handler around WEP call. by Dmitry Timoshkov · 23 years ago
- befbb0e Make behavior of builtin executables closer to that of builtin dlls. by Alexandre Julliard · 23 years ago
- a5dea21 Implemented the RtlImage* functions, and use them to replace the by Alexandre Julliard · 23 years ago
- 526531e Create at most one glue file for a single dll. by Alexandre Julliard · 23 years ago
- 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
- 267ca68 Fixed HANDLE<->HFILE conversions, since they will be different types by Alexandre Julliard · 23 years ago
- 29f265f Set the correct permissions on the PE image sections. by Alexandre Julliard · 23 years ago
- 13f2a17 Convert HTASK to void* (based on a patch by Michael Stefaniuc). by Alexandre Julliard · 23 years ago
- 891d23e Added support for ordinal hint in PE_FindExportedFunction. by Alexandre Julliard · 23 years ago
- 7015ce3 No need to call GetModuleFileName16 now that GetModuleFileNameA by Alexandre Julliard · 23 years ago
- 83886f2 Fixed GetModuleFileNameW return value. Quiet dll loading error message. by Alexandre Julliard · 23 years ago
- 1cef297 Changed GetModuleFileNameA to use GetCurrentTask instead of by Joshua Thielen · 23 years ago
- 958732d Fixed warnings. by Alexandre Julliard · 23 years ago
- 69622db Added support for path wildcards of the form "*dllname" in load order by Alexandre Julliard · 23 years ago
- bc524e9 Avoid loading programs into the DOS memory area. by Alexandre Julliard · 23 years ago
- 2ad28d6 Don't go through the export table if we are not tracing anything. by Alexandre Julliard · 23 years ago
- 221b438 Don't free the stack selector, it's freed in ExitThread anyway (thanks by Alexandre Julliard · 23 years ago
- 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
- 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
- 7fbd74e Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian issues. by Alexandre Julliard · 23 years ago
- 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
- 2204b50 Fixed the WinExec prototype. by Francois Gouget · 23 years ago
- 0aa28b5 Export the debugging API from libwine instead of ntdll. Removed debugres_[aw]. by Alexandre Julliard · 23 years ago
- 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
- 01c8ec3 Spelling/error messages fixes. by Andreas Mohr · 23 years ago
- cb934a1 Removed a couple of now obsolete FIXMEs. by Eric Pouech · 23 years ago
- c4912ec Don't strip out .exe extension. by Alexandre Julliard · 23 years ago
- 6db8aba Removed service thread support. by Alexandre Julliard · 23 years ago
- 55ce53d Properly handle loadorder specifications containing a .dll extension. by Alexandre Julliard · 23 years ago
- aeb5660 Correctly fill parent pid, module size and module name in process and by Alexandre Julliard · 23 years ago
- 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
- 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
- 57e5784 Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
- 6478164 Do not use the PEB lock as loader lock, use a separate critical by Alexandre Julliard · 23 years ago
- cd3afa8 LOAD_LIBRARY_AS_DATAFILE modules must be mapped like normal files, not by Alexandre Julliard · 23 years ago
- ca5b201 Prevent trying to handle uninitialised memory as a string. by Bill Medland · 23 years ago
- 7c822cc Removed obsolete dosmod. by Alexandre Julliard · 23 years ago
- 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
- d7b7682 Use MapLS/UnMapLS instead of SEGPTR_* macros. by Alexandre Julliard · 23 years ago
- 9fcd89a Removed unnecessary includes. by Alexandre Julliard · 23 years ago
- 8eeed94 Export DestroyIcon32 from user32 and use GetProcAddress to call it by Alexandre Julliard · 23 years ago
- ffc9df2 do_relocations: process relocation blocks with a VirtualAddress of 0, by Andrew Lewycky · 23 years ago
- 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
- 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
- 6b6596a Fixed packing and layout of many system structures. by Dmitry Timoshkov · 23 years ago
- 070e749 Don't prefix %p with 0x. Various English fixes. by Francois Gouget · 23 years ago
- 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
- ac2e4f1 Don't keep main exe and dlls handles open when the file is on removable media. by Alexandre Julliard · 23 years ago
- 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
- e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
- b60c4ce Don't print NULL strings (crashes on Solaris). by Francois Gouget · 23 years ago
- f359895 Yet another documentation/message text patch. by Andreas Mohr · 23 years ago
- 9dc5b97 Only use winsock2.h in Wine. by Francois Gouget · 24 years ago
- 65fc1c9 Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx. by Bill Medland · 24 years ago
- 378fc22 Wrong handle was being closed. by Josh Thielen · 24 years ago
- e5b5af9 Fixed a few signed/unsigned and "unsigned < 0 always true" warnings. by Jörg Mayer · 24 years ago
- 624cbd7 Fixes for Solaris X86. by Eric Pouech · 24 years ago
- da920ee Spelling fixes. by Andreas Mohr · 24 years ago
- 7c4b140 Fixed HTASK/HTASK16 handle mismatch. by Alexandre Julliard · 24 years ago