- Use appropriate per-platform NDR_LOCAL Data Representation.
[wine] / dlls / kernel / thunk.c
2002-10-25  Michael StefaniucCompile the kernel dll with -DSTRICT.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-08-13  Alexandre JulliardSetup exception frame around 16-bit calls to unwind...
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-08  Andreas Mohr- Always copy (almost) the whole stack space over to...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Alexandre JulliardMoved the selector access functions out of winnt.h...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-17  Alexandre JulliardDo not call THUNK_Init at startup, only do it when...
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-12-05  Alexandre JulliardRemoved calls to HEAP_GetSegptr.
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.