mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Syssetup has fallen to the dark side
svn path=/trunk/; revision=16174
This commit is contained in:
parent
7fdb1a2266
commit
f9eab6bf5e
3 changed files with 9 additions and 4 deletions
|
@ -1484,6 +1484,10 @@ RtlEnlargedUnsignedMultiply(
|
|||
ULONG Multiplier
|
||||
);
|
||||
|
||||
ULONG
|
||||
STDCALL
|
||||
RtlUniform(PULONG Seed);
|
||||
|
||||
/*
|
||||
* Time Functions
|
||||
*/
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue