xref: /reactos/base/applications/cacls/precomp.h (revision 8a978a17)
1 #ifndef _CACLS_PRECOMP_H
2 #define _CACLS_PRECOMP_H
3 
4 #include <stdarg.h>
5 #include <tchar.h>
6 
7 #include <windef.h>
8 #include <winbase.h>
9 #include <winuser.h> // For CharPrev
10 #include <sddl.h>
11 
12 #include <conutils.h>
13 
14 #include "resource.h"
15 
16 #endif /* _CACLS_PRECOMP_H */
17