mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +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 Multiplier
|
||||||
);
|
);
|
||||||
|
|
||||||
|
ULONG
|
||||||
|
STDCALL
|
||||||
|
RtlUniform(PULONG Seed);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Time Functions
|
* Time Functions
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue