mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
10 lines
181 B
C
10 lines
181 B
C
#ifndef _CACLS_PRECOMP_H
|
|
#define _CACLS_PRECOMP_H
|
|
|
|
#include <windows.h>
|
|
#include <sddl.h>
|
|
#include <tchar.h>
|
|
#include <stdio.h>
|
|
#include "resource.h"
|
|
|
|
#endif /* _CACLS_PRECOMP_H */
|