summaryrefslogtreecommitdiff
path: root/inc/efistdarg.h
Commit message (Collapse)AuthorAgeFilesLines
* Always prefer the external <stdarg.h> for MSVC compilationPete Batard2021-02-181-1/+1
| | | | | | | 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...
* The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it.Nigel Croxon2014-11-251-0/+33
Signed-off-by: Peter Jones <pjones@redhat.com> Signed-off-by: Nigel Croxon <nigel.croxon@hp.com>