Implemented Rtl*ByteSwap() functions, based on a patch by Jon
[wine] / include / builtin16.h
2002-08-16  Alexandre JulliardForce loadorder of 16-bit dlls to builtin if their...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-03-28  Alexandre JulliardAlways load the 32-bit dll containing a given 16-bit...
2000-12-29  Ulrich WeigandFixed winebuild to work on non-Intel architectures.
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
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-10-29  Alexandre JulliardPatch flat cs of 16-bit entry points if current %cs...
2000-09-26  Alexandre JulliardMoved all Win16 definitions out of the standard Windows...
2000-09-13  Ulrich WeigandModified CallTo16Register routines to update register...
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-03  Alexandre JulliardDelay loading of interrupt table functions until they...
2000-01-16  Alexandre JulliardAdded automatic registration of built-in DLLs.
2000-01-09  Alexandre JulliardBuilt-in DLLs resources are now specified in spec file.
1999-09-20  Patrik StridvallFixed ANSI C violations.
1999-08-15  Ulrich WeigandCallTo16... / CallFrom16... Wine thunks reorganized:
1999-07-11  Alexandre JulliardTake advantage of the new registers saved in the STACK1...
1999-07-11  Ulrich WeigandModularized CallFrom/To16 routines. Adapted dependent...