Implemented:
authorEric Kohl <eric.kohl@reactos.org>
Thu, 25 May 2000 15:55:35 +0000 (15:55 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Thu, 25 May 2000 15:55:35 +0000 (15:55 +0000)
commitdd76e08c862f51746ce93bd68d65bdcc912de460
tree8bb1e030829c53fb15b882acb965b6b4103e9978
parent3e519811c456593288cd54ff49ecfc52e22f6b3a
Implemented:
 - dbg functions
 - RtlFreeUserThreadStack()
 - rtl nls functions
 - rtl process heaps functions
Improved .def and .edf files

svn path=/trunk/; revision=1159
16 files changed:
reactos/include/ddk/dbgfuncs.h
reactos/include/internal/teb.h
reactos/include/ntdll/dbg.h
reactos/include/ntdll/rtl.h
reactos/include/security.h
reactos/lib/ntdll/dbg/debug.c
reactos/lib/ntdll/dbg/print.c
reactos/lib/ntdll/def/ntdll.def
reactos/lib/ntdll/def/ntdll.edf
reactos/lib/ntdll/ldr/startup.c
reactos/lib/ntdll/rtl/heap.c
reactos/lib/ntdll/rtl/nls.c
reactos/lib/ntdll/rtl/thread.c
reactos/lib/ntdll/stubs/stubs.c
reactos/ntoskrnl/dbg/print.c
reactos/ntoskrnl/se/token.c