Fix stdio (non-)inclusion issues.
This commit is contained in:
parent
9ad7b6ebde
commit
e94e6e5b9c
3 changed files with 5 additions and 5 deletions
|
@ -32,10 +32,7 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(EFIX64) || defined(EFI32)
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && !defined(EFIX64) && !defined(EFI32)
|
||||
#if !defined snprintf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue