summaryrefslogtreecommitdiffhomepage
path: root/Private/KernelKit/PEF.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/KernelKit/PEF.hpp')
-rw-r--r--Private/KernelKit/PEF.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Private/KernelKit/PEF.hpp b/Private/KernelKit/PEF.hpp
index d6c7ec87..161049c1 100644
--- a/Private/KernelKit/PEF.hpp
+++ b/Private/KernelKit/PEF.hpp
@@ -7,8 +7,8 @@
* ========================================================
*/
-#ifndef __PEF_HPP__
-#define __PEF_HPP__
+#ifndef __PEF__
+#define __PEF__
#include <CompilerKit/CompilerKit.hpp>
#include <KernelKit/Loader.hpp>
@@ -86,4 +86,4 @@ enum {
#define kPefStart "__start"
-#endif /* ifndef __PEF_HPP__ */
+#endif /* ifndef __PEF__ */