mirror of https://github.com/acidanthera/audk.git
Fix a type for undeclared word
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6918 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
bf7ea00943
commit
f7e994abcc
|
@ -70,7 +70,7 @@ struct _LIST_ENTRY {
|
|||
#define STATIC static
|
||||
|
||||
///
|
||||
/// Undclared type
|
||||
/// Undeclared type
|
||||
///
|
||||
#define VOID void
|
||||
|
||||
|
|
Loading…
Reference in New Issue