reactos/base/applications/cacls/precomp.h

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 */