Fixed error.fmt to match active error.c code
This commit is contained in:
parent
a9a028ebd0
commit
17d99fc6f2
1 changed files with 2 additions and 5 deletions
|
@ -33,11 +33,8 @@ HEADER_INCLUDED
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#if defined(EFIX64) || defined(EFI32)
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && !defined snprintf
|
||||
#if defined(_MSC_VER) && !defined snprintf && !defined(EFIX64) && \
|
||||
!defined(EFI32)
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue