Addition conditions for UEFI environment under MSVC

This commit is contained in:
Paul Bakker 2013-10-29 15:22:54 +01:00
parent 7b0be68977
commit 6edcd41c0a
12 changed files with 27 additions and 14 deletions

View file

@ -44,7 +44,8 @@
#define POLARSSL_CIPHER_MODE_STREAM
#endif
#if defined(_MSC_VER) && !defined strcasecmp
#if defined(_MSC_VER) && !defined strcasecmp && !defined(EFIX64) && \
!defined(EFI32)
#define strcasecmp _stricmp
#endif