[NDK]: Document RtlPushFrame, RtlPopFrame, RtlGetFrame.
authorAlex Ionescu <aionescu@gmail.com>
Sun, 3 Jan 2016 16:23:38 +0000 (16:23 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sun, 3 Jan 2016 16:23:38 +0000 (16:23 +0000)
commitb8e0613a3979d6424bc794dae47d1eb95ace8878
tree28b3be91a1d0826e0274d5857cc12a3c4c8f2df2
parentde7d65388d31114772c24a2614bfe26613086ab8
[NDK]: Document RtlPushFrame, RtlPopFrame, RtlGetFrame.
[NDK]: Add TEB_ACTIVE_FRAME_CONTEXT_FLAG_EXTENDED, TEB_ACTIVE_FRAME_EX, TEB_ACTIVE_FRAME_CONTEXT_EX from the CoreCLR sources (clrnt.h)
[RTL]: Implement RtlPushFrame, RtlPopFrame, RtlGetFrame.
[NTDLL]: Export the above.
[RTL]: Fix MSVC warning after someone's earlier WINE merge.

svn path=/trunk/; revision=70483
reactos/dll/ntdll/def/ntdll.spec
reactos/include/ndk/pstypes.h
reactos/include/ndk/rtlfuncs.h
reactos/lib/cmlib/cmlib.h
reactos/lib/rtl/actctx.c
reactos/lib/rtl/debug.c