ReactOS 0.4.15-dev-6662-g1b3eed5
regedit.h
Go to the documentation of this file.
1#ifndef _REGEDIT_H
2#define _REGEDIT_H
3
4#define WIN32_LEAN_AND_MEAN /* Exclude rarely-used stuff from Windows headers */
5#define WIN32_NO_STATUS
6#include <windows.h>
7#include <commctrl.h>
8#include <shlwapi.h>
9#include <stdio.h>
10#include <aclapi.h>
11#include <shellapi.h>
12#include <strsafe.h>
13#include <stdlib.h>
14#ifdef _DEBUG
15 #define _CRTDBG_MAP_ALLOC
16 #include <crtdbg.h>
17#endif
18
19#include "main.h"
20#include "hexedit.h"
21#include "security.h"
22#include "wine/debug.h"
23
24#endif /* _REGEDIT_H */