Modified: trunk/reactos/include/ndk/rtlfuncs.h
Modified: trunk/reactos/lib/syssetup/install.c
Modified: trunk/reactos/lib/syssetup/logfile.c
--- trunk/reactos/include/ndk/rtlfuncs.h 2005-06-20 19:50:52 UTC (rev 16173)
+++ trunk/reactos/include/ndk/rtlfuncs.h 2005-06-20 19:58:43 UTC (rev 16174)
@@ -1484,6 +1484,10 @@
ULONG Multiplier
);
+ULONG
+STDCALL
+RtlUniform(PULONG Seed);
+
/*
* Time Functions
*/
--- trunk/reactos/lib/syssetup/install.c 2005-06-20 19:50:52 UTC (rev 16173)
+++ trunk/reactos/lib/syssetup/install.c 2005-06-20 19:58:43 UTC (rev 16174)
@@ -27,8 +27,10 @@
/* INCLUDES *****************************************************************/
-#include <ntos.h>
#include <windows.h>
+#define NTOS_MODE_USER
+#include <ndk/ntndk.h>
+
#include <commctrl.h>
#include <stdio.h>
#include <tchar.h>
--- trunk/reactos/lib/syssetup/logfile.c 2005-06-20 19:50:52 UTC (rev 16173)
+++ trunk/reactos/lib/syssetup/logfile.c 2005-06-20 19:58:43 UTC (rev 16174)
@@ -28,9 +28,8 @@
/* INCLUDES *****************************************************************/
#include <windows.h>
-#include <ntos.h>
-#include <string.h>
-#include <tchar.h>
+#define NTOS_MODE_USER
+#include <ndk/ntndk.h>
#include <syssetup.h>