mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 06:18:06 +00:00
Fixed WIN32 compilation with byteswap.
This commit is contained in:
parent
c9bbaec3b2
commit
a5fb85ef84
2
miner.h
2
miner.h
@ -57,7 +57,7 @@ void *alloca (size_t);
|
|||||||
#define WANT_X8664_SSE2 1
|
#define WANT_X8664_SSE2 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ((__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))
|
#if !defined(WIN32) && ((__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))
|
||||||
#define WANT_BUILTIN_BSWAP
|
#define WANT_BUILTIN_BSWAP
|
||||||
#else
|
#else
|
||||||
#if HAVE_BYTESWAP_H
|
#if HAVE_BYTESWAP_H
|
||||||
|
Loading…
Reference in New Issue
Block a user