Fixed a few problems with DCX_* flags handling.
[wine] / dlls / kernel / thunk.c
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-06-11  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-04  Mike McCormackAdded Ulrich Weigand's description of KERNEL32_99.
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-01  Patrik StridvallFixed Win16 documentation not fixed because of a bug...
2000-11-29  Alexandre JulliardRenamed CallTo16* functions to wine_call_to_16* and...
2000-11-27  Alexandre JulliardImplemented DosFileHandleToWin32Handle, Win32HandleToDo...
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.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-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-13  Ulrich WeigandUpdate ESP correctly on return from flat thunk routines.
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-07-25  Alexandre JulliardMoved thunking functions off to kernel32.dll.