Add missing MSVC typedefs

This commit is contained in:
Azim Khan 2018-06-22 11:34:33 +01:00 committed by Mohammad Azim Khan
parent 667f7f8369
commit 0fa3504a77

View file

@ -25,6 +25,8 @@
#ifdef _MSC_VER #ifdef _MSC_VER
#include <basetsd.h> #include <basetsd.h>
typedef UINT8 uint8_t;
typedef INT32 int32_t;
typedef UINT32 uint32_t; typedef UINT32 uint32_t;
#define strncasecmp _strnicmp #define strncasecmp _strnicmp
#define strcasecmp _stricmp #define strcasecmp _stricmp