mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
17 lines
264 B
C
17 lines
264 B
C
#ifndef _CACLS_PRECOMP_H
|
|
#define _CACLS_PRECOMP_H
|
|
|
|
#include <stdarg.h>
|
|
#include <tchar.h>
|
|
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <winuser.h> // For CharPrev
|
|
#include <sddl.h>
|
|
|
|
#include <conutils.h>
|
|
|
|
#include "resource.h"
|
|
|
|
#endif /* _CACLS_PRECOMP_H */
|