summaryrefslogtreecommitdiff
path: root/include/PeImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/PeImage.h')
-rw-r--r--include/PeImage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/PeImage.h b/include/PeImage.h
index 17f186c7..a606e8b2 100644
--- a/include/PeImage.h
+++ b/include/PeImage.h
@@ -19,8 +19,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
-#ifndef __PE_IMAGE_H__
-#define __PE_IMAGE_H__
+#ifndef SHIM_PEIMAGE_H
+#define SHIM_PEIMAGE_H
#include <wincert.h>
@@ -786,4 +786,4 @@ typedef struct {
EFI_IMAGE_OPTIONAL_HEADER_UNION *PEHdr;
} PE_COFF_LOADER_IMAGE_CONTEXT;
-#endif
+#endif /* SHIM_PEIMAGE_H */