Windows compilation support.
This commit is contained in:
parent
3c856e9aae
commit
42216bbb55
14 changed files with 1817 additions and 14 deletions
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue