mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Syssetup has fallen to the dark side
svn path=/trunk/; revision=16174
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user