Moved all references to file descriptors out of the generic object
[wine] / tools / winebuild / spec16.c
2002-10-18  Alexandre JulliardMerged wine_call_to_16_long and wine_call_to_16_short...
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-14  Alexandre JulliardUnregister 16-bit dlls on module unload.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Alexandre JulliardReplaced the GET/PUT_UA macros by memcpy. Fixed a few...
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-05-16  Alexandre JulliardFixed missing call to make_c_identifier.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-04  Patrik StridvallMS C related changes.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-11  Patrik StridvallMade winebuild (almost) compile and work on Windows.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-31  Patrik StridvallMove __stdcall/__cdecl to the right place.
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-11-06  François GougetFix the #include order for config.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-09-14  Dmitry TimoshkovAdd missing CALLBACK modifier.
2001-05-22  Dmitry TimoshkovFixed some issues.
2001-03-28  Alexandre JulliardAlways load the 32-bit dll containing a given 16-bit...
2001-02-13  Josh DuBoisMore portable .align directive.
2000-12-29  Ulrich WeigandFixed winebuild to work on non-Intel architectures.
2000-12-15  Alexandre JulliardAllocate entry points dynamically to allow for a larger...
2000-12-13  Alexandre JulliardRemoved some unnecessary includes.
2000-12-06  Alexandre JulliardDon't make the spec file constructors static so that...
2000-12-02  Alexandre JulliardAlways put the dll constructor in the .init section...
2000-12-01  Alexandre JulliardRemoved some unnecessary includes.
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
2000-11-15  Dimitrie O. PaunInclude config.h.
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Alexandre JulliardExport the CallFrom16xxx functions from kernel32. Renam...
2000-11-12  Alexandre JulliardRaise an exception for unimplemented 16-bit entry point...
2000-10-29  Alexandre JulliardPatch flat cs of 16-bit entry points if current %cs...
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-06-23  Alexandre JulliardSplit the build program in several files.