Fix msvc build.

This commit is contained in:
XMRig 2018-04-20 10:36:41 +07:00
parent 2d2e60a197
commit 78e2c12202

View file

@ -32,7 +32,8 @@
#ifdef _MSC_VER
# define strncasecmp(x,y,z) _strnicmp(x,y,z)
# define strncasecmp _strnicmp
# define strcasecmp _stricmp
#endif