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:
qhuang8 2008-05-27 01:34:11 +00:00
parent 8ad319e5c1
commit bc88c688e4
1 changed files with 2 additions and 2 deletions

View File

@ -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 } \