mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 12:28:40 +00:00
Fix missing MSVC define
This commit is contained in:
parent
bdc96765d6
commit
9654fb156f
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue