mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:12:56 +00:00
[ACLEDIT]
* Add header guards to the main header. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=62090
This commit is contained in:
parent
24e4d63d1f
commit
e1e91e512f
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
#include <windef.h>
|
#ifndef _ACLEDIT_H
|
||||||
|
#define _ACLEDIT_H
|
||||||
|
|
||||||
#include "resource.h"
|
#include <windef.h>
|
||||||
|
|
||||||
extern HINSTANCE hDllInstance;
|
extern HINSTANCE hDllInstance;
|
||||||
|
|
||||||
|
@ -56,4 +57,4 @@ typedef DWORD (CALLBACK *PACL_CHANGE)(HWND hWnd,
|
||||||
BOOL bApplyToSubObjects,
|
BOOL bApplyToSubObjects,
|
||||||
LPDWORD lpdwChangeContextStatus);
|
LPDWORD lpdwChangeContextStatus);
|
||||||
|
|
||||||
/* EOF */
|
#endif /* _ACLEDIT_H */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue