1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Defines for UEFI environment under MSVC added

This commit is contained in:
Paul Bakker
2013-10-28 18:48:30 +01:00
parent 178d9bac3c
commit fa6a620b75
33 changed files with 94 additions and 54 deletions

View File

@ -47,7 +47,7 @@
#include <stdlib.h>
#if defined _MSC_VER && !defined strcasecmp
#if defined(_MSC_VER) && !defined strcasecmp
#define strcasecmp _stricmp
#endif