* Sync up to trunk head (r64959).
[reactos.git] / base / applications / regedit / regedit.h
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
12 #include "main.h"
13 #include "regproc.h"
14 #include "hexedit.h"
15 #include "security.h"
16
17 #endif /* _REGEDIT_H */