mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-31 00:44:19 +00:00
Fix issue compiling in mingw32
This commit is contained in:
parent
4278c8773b
commit
0bdb7d340a
2
compat.h
2
compat.h
@ -71,7 +71,7 @@ static inline int setpriority(__maybe_unused int which, __maybe_unused int who,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifndef HAVE_STRSEP
|
#ifndef HAVE_STRSEP
|
||||||
inline char *strsep(char **stringp, const char *delim)
|
static inline char *strsep(char **stringp, const char *delim)
|
||||||
{
|
{
|
||||||
char *res;
|
char *res;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user