1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix missing MSVC define

This commit is contained in:
Manuel Pégourié-Gonnard
2013-10-03 11:53:05 +02:00
committed by Paul Bakker
parent bdc96765d6
commit 9654fb156f

View File

@ -34,6 +34,10 @@
#include <stdlib.h>
#if defined _MSC_VER && !defined strcasecmp
#define strcasecmp _stricmp
#endif
/*
* Ordered from most preferred to least preferred in terms of security.
*/