#
ebdde0bc |
| 17-Feb-2021 |
Pete Batard <pete@akeo.ie> |
Always prefer the external <stdarg.h> for MSVC compilation
The __builtin_va_###() intrinsics apply only to GCC-like compilers and MSVC's <stdarg.h> works just fine with gnu-efi. Without this patch,
Always prefer the external <stdarg.h> for MSVC compilation
The __builtin_va_###() intrinsics apply only to GCC-like compilers and MSVC's <stdarg.h> works just fine with gnu-efi. Without this patch, one has to define GNU_EFI_USE_EXTERNAL_STDARG to make gnu-efi work with a Microsoft toolchain, which is annoying...
show more ...
|