[Win32k]
[reactos.git] / reactos / base / applications / cacls / precomp.h
1 #ifndef _CACLS_PRECOMP_H
2 #define _CACLS_PRECOMP_H
3
4 #include <stdarg.h>
5 #include <windef.h>
6 #include <winbase.h>
7 #include <winuser.h>
8 #include <sddl.h>
9 #include <tchar.h>
10
11 #include "resource.h"
12
13 #endif /* _CACLS_PRECOMP_H */