Reactos
at master 25 lines 433 B view raw
1#ifndef _MSCONFIG_PCH_ 2#define _MSCONFIG_PCH_ 3 4#include <stdarg.h> 5 6#define WIN32_NO_STATUS 7#define _INC_WINDOWS 8#define COM_NO_WINDOWS_H 9#define NTOS_MODE_USER 10 11#include <windef.h> 12#include <winbase.h> 13#include <winreg.h> 14#include <tchar.h> 15#include <stdio.h> 16#include <shlobj.h> 17#include <strsafe.h> 18 19#include "msconfig.h" 20#include "resource.h" 21 22#define MAX_KEY_LENGTH 255 23#define MAX_VALUE_NAME 16383 24 25#endif /* _MSCONFIG_PCH_ */