mirror of https://github.com/acidanthera/audk.git
move include file line under #define protection.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11428 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
345cd2357a
commit
7d271d7b01
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
EFI Shell protocol as defined in the UEFI Shell 2.0 specification.
|
EFI Shell protocol as defined in the UEFI Shell 2.0 specification.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -12,11 +12,11 @@
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <ShellBase.h>
|
|
||||||
|
|
||||||
#ifndef __EFI_SHELL_PARAMETERS_PROTOCOL__
|
#ifndef __EFI_SHELL_PARAMETERS_PROTOCOL__
|
||||||
#define __EFI_SHELL_PARAMETERS_PROTOCOL__
|
#define __EFI_SHELL_PARAMETERS_PROTOCOL__
|
||||||
|
|
||||||
|
#include <ShellBase.h>
|
||||||
|
|
||||||
#define EFI_SHELL_PARAMETERS_PROTOCOL_GUID \
|
#define EFI_SHELL_PARAMETERS_PROTOCOL_GUID \
|
||||||
{ \
|
{ \
|
||||||
0x752f3136, 0x4e16, 0x4fdc, { 0xa2, 0x2a, 0xe5, 0xf4, 0x68, 0x12, 0xf4, 0xca } \
|
0x752f3136, 0x4e16, 0x4fdc, { 0xa2, 0x2a, 0xe5, 0xf4, 0x68, 0x12, 0xf4, 0xca } \
|
||||||
|
|
Loading…
Reference in New Issue