mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
11 lines
181 B
C
11 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 */
|