Author: arty
Date: Tue Nov 17 04:58:44 2009
New Revision: 44214
URL:
http://svn.reactos.org/svn/reactos?rev=44214&view=rev
Log:
Forgot some NTAPI.
Modified:
branches/arty-newcc/include/ndk/rtlfuncs.h
Modified: branches/arty-newcc/include/ndk/rtlfuncs.h
URL:
http://svn.reactos.org/svn/reactos/branches/arty-newcc/include/ndk/rtlfuncs…
==============================================================================
--- branches/arty-newcc/include/ndk/rtlfuncs.h [iso-8859-1] (original)
+++ branches/arty-newcc/include/ndk/rtlfuncs.h [iso-8859-1] Tue Nov 17 04:58:44 2009
@@ -2713,6 +2713,7 @@
NTSYSAPI
PVOID
+NTAPI
RtlGetElementGenericTable(
IN PRTL_GENERIC_TABLE,
IN ULONG I
@@ -2720,6 +2721,7 @@
NTSYSAPI
ULONG
+NTAPI
RtlNumberGenericTableElements(
IN PRTL_GENERIC_TABLE Table
);