mirror of https://github.com/acidanthera/audk.git
Make #ifndef the first statement in header file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5295 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8ad319e5c1
commit
bc88c688e4
|
@ -15,11 +15,11 @@
|
|||
|
||||
**/
|
||||
|
||||
#include <PiDxe.h>
|
||||
|
||||
#ifndef __EDID_OVERRIDE_H__
|
||||
#define __EDID_OVERRIDE_H__
|
||||
|
||||
#include <PiDxe.h>
|
||||
|
||||
#define EFI_EDID_OVERRIDE_PROTOCOL_GUID \
|
||||
{ \
|
||||
0x48ecb431, 0xfb72, 0x45c0, {0xa9, 0x22, 0xf4, 0x58, 0xfe, 0x4, 0xb, 0xd5 } \
|
||||
|
|
Loading…
Reference in New Issue