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
STDCALL
RtlUniform(PULONG Seed);
/*
* Time Functions
*/

View file

@ -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>

View file

@ -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>