Eliminate lots of __WINE__ conditionals from the headers.
[wine] / loader /
2002-12-17  Alexandre JulliardDebug channels cleanup.
2002-12-13  Alexandre JulliardDon't crash in DirectedYield16 if no other task is...
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-12-12  Alexandre JulliardAlso trace implicitly loaded dlls for +loaddll.
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-11-23  Alexandre JulliardRemoved no longer needed PROFILE_LoadWineIni().
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-21  Alexandre JulliardAdded wrapper to replace llseek+lread to avoid HANDLE...
2002-11-21  Jukka HeinonenRemoved last users of msdos/interrupts.c.
2002-11-15  Eric PouechDon't fully process FreeLibrary when process is stopping.
2002-10-23  Patrik StridvallDon't use wine/unicode.h in the header files, include...
2002-10-23  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-10-19  Alexandre JulliardGet/SetFastQueue16 should use HQUEUE16 handles.
2002-10-18  Alexandre JulliardAdded wine_memcpy_unaligned function to avoid gcc memcpy
2002-10-15  Alexandre JulliardFixed reference count handling to support LoadLibrary...
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-09-25  Dimitrie O. PaunBy default, we should use our own dlls.
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-16  Michael StefaniucConvert HRSRC to a void*.
2002-09-13  Alexandre JulliardRemoved references to advapi32 registry functions from...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-27  Mike McCormackDon't cache file handles for NE executable modules...
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-27  Dmitry TimoshkovRelax a bit PE consistency checks.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-16  Alexandre JulliardForce loadorder of 16-bit dlls to builtin if their...
2002-08-16  Dmitry TimoshkovSet up exception handler around WEP call.
2002-08-14  Alexandre JulliardMake behavior of builtin executables closer to that...
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-31  Alexandre JulliardFixed HANDLE<->HFILE conversions, since they will be...
2002-07-29  Alexandre JulliardSet the correct permissions on the PE image sections.
2002-07-28  Alexandre JulliardConvert HTASK to void* (based on a patch by Michael...
2002-07-24  Alexandre JulliardAdded support for ordinal hint in PE_FindExportedFunction.
2002-07-05  Alexandre JulliardNo need to call GetModuleFileName16 now that GetModuleF...
2002-07-05  Alexandre JulliardFixed GetModuleFileNameW return value.
2002-07-05  Joshua ThielenChanged GetModuleFileNameA to use GetCurrentTask instead of
2002-07-02  Alexandre JulliardFixed warnings.
2002-06-25  Alexandre JulliardAdded support for path wildcards of the form "*dllname...
2002-06-20  Alexandre JulliardAvoid loading programs into the DOS memory area.
2002-06-13  Alexandre JulliardDon't go through the export table if we are not tracing...
2002-06-04  Alexandre JulliardDon't free the stack selector, it's freed in ExitThread...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardRemoved most inclusions of options.h.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-19  Francois GougetFixed the WinExec prototype.
2002-05-17  Alexandre JulliardExport the debugging API from libwine instead of ntdll.
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-04-02  Andreas MohrSpelling/error messages fixes.
2002-04-01  Eric PouechRemoved a couple of now obsolete FIXMEs.
2002-03-28  Alexandre JulliardDon't strip out .exe extension.
2002-03-23  Alexandre JulliardRemoved service thread support.
2002-03-22  Alexandre JulliardProperly handle loadorder specifications containing...
2002-03-22  Alexandre JulliardCorrectly fill parent pid, module size and module name...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-02-02  Patrik StridvallMove __stdcall/__cdecl to the right place.
2002-02-02  Alexandre JulliardDo not use the PEB lock as loader lock, use a separate...
2002-01-31  Alexandre JulliardLOAD_LIBRARY_AS_DATAFILE modules must be mapped like...
2002-01-18  Bill MedlandPrevent trying to handle uninitialised memory as a...
2002-01-06  Alexandre JulliardRemoved obsolete dosmod.
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-12-20  Alexandre JulliardUse MapLS/UnMapLS instead of SEGPTR_* macros.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Alexandre JulliardExport DestroyIcon32 from user32 and use GetProcAddress...
2001-11-30  Andrew Lewyckydo_relocations: process relocation blocks with a Virtua...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-25  Alexandre JulliardDon't keep main exe and dlls handles open when the...
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-14  Francois GougetDon't print NULL strings (crashes on Solaris).
2001-10-02  Andreas MohrYet another documentation/message text patch.
2001-08-28  Francois GougetOnly use winsock2.h in Wine.
2001-08-24  Bill MedlandAdded LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr...
2001-08-11  Josh ThielenWrong handle was being closed.
2001-08-10  Jörg MayerFixed a few signed/unsigned and "unsigned < 0 always...
2001-08-10  Eric PouechFixes for Solaris X86.
2001-08-09  Andreas MohrSpelling fixes.
2001-07-30  Alexandre JulliardFixed HTASK/HTASK16 handle mismatch.
2001-07-26  Patrik StridvallFixed some warnings.
2001-07-26  Alexandre JulliardRemoved a few unnecessary Callouts.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-24  Alexandre JulliardRemoved HEAP_strdupA.
2001-07-23  Alexandre JulliardRemoved some unnecessary includes.
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-12  Alexandre JulliardDon't call SNOOP_RegisterDLL on builtins.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-27  Alexandre JulliardPut AC_DEFINE symbols definitions directly in the confi...
next