Author: akhaldi
Date: Sun Feb 9 23:40:47 2014
New Revision: 62090
URL:
http://svn.reactos.org/svn/reactos?rev=62090&view=rev
Log:
[ACLEDIT]
* Add header guards to the main header.
* Improve header inclusions.
CORE-7716
Modified:
trunk/reactos/dll/win32/acledit/acleditint.h
Modified: trunk/reactos/dll/win32/acledit/acleditint.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/acledit/aclediti…
==============================================================================
--- trunk/reactos/dll/win32/acledit/acleditint.h [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/acledit/acleditint.h [iso-8859-1] Sun Feb 9 23:40:47 2014
@@ -1,6 +1,7 @@
+#ifndef _ACLEDIT_H
+#define _ACLEDIT_H
+
#include <windef.h>
-
-#include "resource.h"
extern HINSTANCE hDllInstance;
@@ -56,4 +57,4 @@
BOOL bApplyToSubObjects,
LPDWORD lpdwChangeContextStatus);
-/* EOF */
+#endif /* _ACLEDIT_H */