Lars Martin Hambro <lars_martin4 AT hotmail DOT com>
[reactos.git] / base / applications / msconfig / precomp.h
1 #include <windows.h>
2 #define NTOS_MODE_USER
3 #include <commctrl.h>
4 #include <winuser.h>
5 #include <tchar.h>
6 #include <stdio.h>
7 #include <shlwapi.h>
8 #include <shlobj.h>
9
10 #include "resource.h"
11 #include "msconfig.h"
12 #include "toolspage.h"
13 #include "srvpage.h"
14 #include "startuppage.h"
15 #include "freeldrpage.h"
16 #include "systempage.h"
17 #include "generalpage.h"
18
19 #define MAX_KEY_LENGTH 255
20 #define MAX_VALUE_NAME 16383
21
22