diff options
Diffstat (limited to 'ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.h')
-rw-r--r-- | ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.h b/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.h index 9d3f444813..48dcd4c2fc 100644 --- a/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.h +++ b/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.h @@ -12,7 +12,7 @@ **/
-#if !defined (_UEFI_SHELL_INSTALL1_COMMANDS_LIB_H_)
+#ifndef _UEFI_SHELL_INSTALL1_COMMANDS_LIB_H_
#define _UEFI_SHELL_INSTALL1_COMMANDS_LIB_H_
#include <Uefi.h>
|