Update the registry keys of SPI_ICONHORIZONTALSPACING,
[wine] / library / loader.c
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-08-17  Patrik StridvallMSVC compatibility fixes.
2002-08-14  Alexandre JulliardBuiltin modules must be aligned on 64K boundary.
2002-07-28  Alexandre JulliardAdded support for importing by ordinal.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-05-14  Alexandre JulliardPortability fixes.
2002-04-03  Alexandre JulliardMake dlopen_dll return an error immediately if the...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-02-13  Josh DuBoisMore verbose error messages when application load fails.
2000-12-19  François GougetDUMMYSTRUCTNAME2 creates a conflict when using anonymou...
2000-12-13  James AbbatielloWork around glibc 2.1.x dlopen bug (again).
2000-12-05  Alexandre JulliardAlways pass lower-case filenames to wine_dll_load().
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-10  Alexandre JulliardAdded support for loading a Winelib app linked as a...
2000-11-08  Alexandre JulliardDo builtin modules fixups in library/loader.c before...
2000-11-08  Alexandre JulliardMoved builtin dll registration to libwine.