* include/grub/efi/api.h: Don't use call wrappers when compiled with
mingw or cygwin as API already matches.
This commit is contained in:
parent
d87cb3ae3c
commit
9fdec226ff
2 changed files with 6 additions and 1 deletions
|
@ -1549,7 +1549,7 @@ struct grub_efi_block_io
|
|||
typedef struct grub_efi_block_io grub_efi_block_io_t;
|
||||
|
||||
#if (GRUB_TARGET_SIZEOF_VOID_P == 4) || defined (__ia64__) \
|
||||
|| defined (__aarch64__)
|
||||
|| defined (__aarch64__) || defined (__MINGW64__) || defined (__CYGWIN__)
|
||||
|
||||
#define efi_call_0(func) func()
|
||||
#define efi_call_1(func, a) func(a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue