-revert janderwalds change until because it breaks the gcc 4.x build
[reactos.git] / reactos / 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
8 #include "resource.h"
9 #include "msconfig.h"
10 #include "toolspage.h"
11 #include "srvpage.h"
12 #include "startuppage.h"
13 #include "freeldrpage.h"
14 #include "systempage.h"
15 #include "generalpage.h"
16
17 #define MAX_KEY_LENGTH 255
18 #define MAX_VALUE_NAME 16383
19
20