ReactOS 0.4.15-dev-7994-gb388cb6
precomp.h
Go to the documentation of this file.
1#ifndef _SYSSETUP_PCH_
2#define _SYSSETUP_PCH_
3
4#include <stdio.h>
5
6#define WIN32_NO_STATUS
7#define _INC_WINDOWS
8#define COM_NO_WINDOWS_H
9
10#include <windef.h>
11#include <winbase.h>
12#include <winreg.h>
13#include <wingdi.h>
14#include <winuser.h>
15#define NTOS_MODE_USER
16#include <ndk/rtlfuncs.h>
17#include <setupapi.h>
18#include <syssetup/syssetup.h>
19#include <pseh/pseh2.h>
20#include <cfgmgr32.h>
21
22#include "globals.h"
23#include "resource.h"
24
25#endif /* _SYSSETUP_PCH_ */