mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-17 00:07:44 +00:00
Fix msvc build.
This commit is contained in:
parent
2d2e60a197
commit
78e2c12202
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@
|
|||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# define strncasecmp(x,y,z) _strnicmp(x,y,z)
|
||||
# define strncasecmp _strnicmp
|
||||
# define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue