Merge branch 'development'

This commit is contained in:
Simon Butcher 2016-05-16 16:15:20 +01:00
commit c21bec8af4
14 changed files with 115 additions and 87 deletions

View file

@ -28,6 +28,8 @@
#ifdef _MSC_VER
#include <basetsd.h>
typedef UINT32 uint32_t;
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#else
#include <stdint.h>
#endif