[SDK] Fix preprocessor usage
Signed-off-by: Quinn Stephens <quinn@osmora.org>
This commit is contained in:
@@ -13,6 +13,8 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef _EFIBIND_H
|
||||
#define _EFIBIND_H
|
||||
|
||||
@@ -20,7 +22,7 @@ Abstract:
|
||||
// Calling conventions.
|
||||
//
|
||||
#ifndef EFIAPI
|
||||
#if defined(_MSC_EXTENSIONS)
|
||||
#if defined_(MSC_EXTENSIONS)
|
||||
#define EFIAPI __cdecl
|
||||
#elif defined(__clang__) || defined(__GNUC__)
|
||||
#define EFIAPI __attribute__((ms_abi))
|
||||
|
Reference in New Issue
Block a user