mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
remove long long type
This commit is contained in:
parent
499837e15e
commit
b6608e9d1e
@ -48,8 +48,8 @@ typedef int sph_s32;
|
|||||||
typedef unsigned long sph_u64;
|
typedef unsigned long sph_u64;
|
||||||
typedef long sph_s64;
|
typedef long sph_s64;
|
||||||
#else
|
#else
|
||||||
typedef unsigned long long sph_u64;
|
typedef unsigned long sph_u64;
|
||||||
typedef long long sph_s64;
|
typedef long sph_s64;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user