Updated error.c and version_features.c based on changes
This commit is contained in:
parent
cf975f5988
commit
2ca1dc8958
3 changed files with 10 additions and 5 deletions
|
@ -35,9 +35,9 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_MSC_VER) && !defined snprintf && !defined(EFIX64) && \
|
||||
#if defined(_MSC_VER) && !defined strcasecmp && !defined(EFIX64) && \
|
||||
!defined(EFI32)
|
||||
#define snprintf _snprintf
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
const char *features[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue