Windows compilation support.

This commit is contained in:
Haifa Bogdan Adnan 2019-08-27 11:32:23 +03:00
parent 3c856e9aae
commit 42216bbb55
14 changed files with 1817 additions and 14 deletions

View file

@ -37,6 +37,10 @@
#include "rapidjson/prettywriter.h"
#include "HasherConfig.h"
#ifdef _MSC_VER
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#endif
static char affinity_tmp[20] = { 0 };