Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira...
[reactos.git] / base / applications / msconfig / precomp.h
1 #define WIN32_NO_STATUS
2 #define _INC_WINDOWS
3 #define COM_NO_WINDOWS_H
4 #define NTOS_MODE_USER
5 #include <stdarg.h>
6 #include <windef.h>
7 #include <winbase.h>
8 #include <winreg.h>
9 #include <winsvc.h>
10 #include <winver.h>
11 #include <tchar.h>
12 #include <stdio.h>
13 #include <shlwapi.h>
14 #include <shlobj.h>
15
16 #include "resource.h"
17 #include "msconfig.h"
18 #include "toolspage.h"
19 #include "srvpage.h"
20 #include "startuppage.h"
21 #include "freeldrpage.h"
22 #include "systempage.h"
23 #include "generalpage.h"
24
25 #define MAX_KEY_LENGTH 255
26 #define MAX_VALUE_NAME 16383