mirror of https://github.com/ncroxon/gnu-efi
Actually define STATIC as static
Should be the same as EDK2, per: https://github.com/tianocore/edk2/blob/master/MdePkg/Include/Base.h#L264 Signed-off-by: Pete Batard <pete@akeo.ie>
This commit is contained in:
parent
0c7af72ba8
commit
f719f7d838
|
@ -216,7 +216,7 @@ extern EFI_MEMORY_TYPE PoolAllocationType;
|
|||
// BOOTSERVCE - Name of a boot service function
|
||||
//
|
||||
|
||||
#define STATIC
|
||||
#define STATIC static
|
||||
#define INTERNAL
|
||||
#define BOOTSERVICE
|
||||
|
||||
|
|
Loading…
Reference in New Issue