Addition conditions for UEFI environment under MSVC
This commit is contained in:
parent
7b0be68977
commit
6edcd41c0a
12 changed files with 27 additions and 14 deletions
|
@ -31,7 +31,8 @@
|
|||
#include "polarssl/asn1write.h"
|
||||
#include "polarssl/oid.h"
|
||||
|
||||
#if defined(_MSC_VER) && !defined strncasecmp
|
||||
#if defined(_MSC_VER) && !defined strncasecmp && !defined(EFIX64) && \
|
||||
!defined(EFI32)
|
||||
#define strncasecmp _strnicmp
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue