Syssetup has fallen to the dark side

svn path=/trunk/; revision=16174
This commit is contained in:
Alex Ionescu 2005-06-20 19:58:43 +00:00
parent 7fdb1a2266
commit f9eab6bf5e
3 changed files with 9 additions and 4 deletions

View file

@ -1484,6 +1484,10 @@ RtlEnlargedUnsignedMultiply(
ULONG Multiplier ULONG Multiplier
); );
ULONG
STDCALL
RtlUniform(PULONG Seed);
/* /*
* Time Functions * Time Functions
*/ */

View file

@ -27,8 +27,10 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <ntos.h>
#include <windows.h> #include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <commctrl.h> #include <commctrl.h>
#include <stdio.h> #include <stdio.h>
#include <tchar.h> #include <tchar.h>

View file

@ -28,9 +28,8 @@
/* INCLUDES *****************************************************************/ /* INCLUDES *****************************************************************/
#include <windows.h> #include <windows.h>
#include <ntos.h> #define NTOS_MODE_USER
#include <string.h> #include <ndk/ntndk.h>
#include <tchar.h>
#include <syssetup.h> #include <syssetup.h>