Sorry, it's not "forgotten" but rather "missing".
WBR,
Aleksey Bragin.
On Jan 3, 2010, at 9:17 PM, fireball(a)svn.reactos.org wrote:
Author: fireball
Date: Sun Jan 3 19:17:21 2010
New Revision: 44917
URL:
http://svn.reactos.org/svn/reactos?rev=44917&view=rev
Log:
[NDK]
- Add forgotten HalSetTimeIncrement prototype to NDK.
Modified:
trunk/reactos/include/ndk/halfuncs.h
Modified: trunk/reactos/include/ndk/halfuncs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/
halfuncs.h?rev=44917&r1=44916&r2=44917&view=diff
======================================================================
========
--- trunk/reactos/include/ndk/halfuncs.h [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/halfuncs.h [iso-8859-1] Sun Jan 3
19:17:21 2010
@@ -274,5 +274,12 @@
IN PTIME_FIELDS RtcTime
);
-#endif
-#endif
+NTHALAPI
+ULONG
+NTAPI
+HalSetTimeIncrement(
+ IN ULONG Increment
+);
+
+#endif
+#endif