reactos/base/applications/cacls/precomp.h
2013-06-16 22:01:41 +00:00

13 lines
224 B
C

#ifndef _CACLS_PRECOMP_H
#define _CACLS_PRECOMP_H
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <sddl.h>
#include <tchar.h>
#include "resource.h"
#endif /* _CACLS_PRECOMP_H */