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:
Pete Batard 2024-05-16 13:01:13 +01:00
parent 0c7af72ba8
commit f719f7d838
No known key found for this signature in database
GPG Key ID: 38E0CF5E69EDD671
1 changed files with 1 additions and 1 deletions

View File

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