mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
6afbc8f483
svn path=/branches/reactos-yarotows/; revision=45219
22 lines
413 B
C
22 lines
413 B
C
#include <windows.h>
|
|
#define NTOS_MODE_USER
|
|
#include <commctrl.h>
|
|
#include <winuser.h>
|
|
#include <tchar.h>
|
|
#include <stdio.h>
|
|
#include <shlwapi.h>
|
|
#include <shlobj.h>
|
|
|
|
#include "resource.h"
|
|
#include "msconfig.h"
|
|
#include "toolspage.h"
|
|
#include "srvpage.h"
|
|
#include "startuppage.h"
|
|
#include "freeldrpage.h"
|
|
#include "systempage.h"
|
|
#include "generalpage.h"
|
|
|
|
#define MAX_KEY_LENGTH 255
|
|
#define MAX_VALUE_NAME 16383
|
|
|
|
|