diff --git a/reactos/dll/win32/acledit/acleditint.h b/reactos/dll/win32/acledit/acleditint.h index 49e9ba721db..ce177931720 100644 --- a/reactos/dll/win32/acledit/acleditint.h +++ b/reactos/dll/win32/acledit/acleditint.h @@ -1,6 +1,7 @@ -#include +#ifndef _ACLEDIT_H +#define _ACLEDIT_H -#include "resource.h" +#include extern HINSTANCE hDllInstance; @@ -56,4 +57,4 @@ typedef DWORD (CALLBACK *PACL_CHANGE)(HWND hWnd, BOOL bApplyToSubObjects, LPDWORD lpdwChangeContextStatus); -/* EOF */ +#endif /* _ACLEDIT_H */