mirror of https://github.com/acidanthera/audk.git
Make public header file #ifndef XXX #define XXX start with __ to avoid collision.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2850 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ee7947830c
commit
d2be628f75
|
@ -23,8 +23,8 @@
|
|||
|
||||
**/
|
||||
|
||||
#ifndef _DATA_HUB_H_
|
||||
#define _DATA_HUB_H_
|
||||
#ifndef __DATA_HUB_H__
|
||||
#define __DATA_HUB_H__
|
||||
|
||||
#include <PiDxe.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue