ReactOS 0.4.16-dev-725-g22577ae
precomp.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Setup Library
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Precompiled header
5 * COPYRIGHT: Copyright 2017-2018 Hermes Belusca-Maito
6 */
7
8/* C Headers */
9#include <stdio.h>
10#include <stdlib.h>
11
12/* PSDK/NDK Headers */
13#define WIN32_NO_STATUS
14#include <windef.h>
15#include <winbase.h>
16#include <winreg.h>
17#include <winuser.h>
18
19#define NTOS_MODE_USER
20#include <ndk/cmfuncs.h>
21#include <ndk/exfuncs.h>
22#include <ndk/iofuncs.h>
23#include <ndk/kefuncs.h>
24#include <ndk/mmfuncs.h>
25#include <ndk/obfuncs.h>
26#include <ndk/psfuncs.h>
27#include <ndk/rtlfuncs.h>
28#include <ndk/setypes.h>
29
30#include <ntstrsafe.h>
31
32/* Filesystem headers */
33#include <reactos/rosioctl.h> // For extra partition IDs
34
35
36#ifndef SPLIBAPI
37#define SPLIBAPI
38#endif
39
40//
42//#include "interface/consup.h"
43//#include "inffile.h"
44//#include "inicache.h"
45//#include "progress.h"
46//#ifdef __REACTOS__
47//#include "infros.h"
48//#include "filequeue.h"
49//#endif
50
51//#include "registry.h"
52//#include "fslist.h"
53//#include "partlist.h"
54//#include "cabinet.h"
55//#include "filesup.h"
56//#include "genlist.h"
57
58extern HANDLE ProcessHeap;
59
60#include "errorcode.h"
61#include "utils/linklist.h"
HANDLE ProcessHeap
Definition: servman.c:15