1
0
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:
djm34 2015-08-08 16:55:00 +02:00
parent 499837e15e
commit b6608e9d1e

View File

@ -48,8 +48,8 @@ typedef int sph_s32;
typedef unsigned long sph_u64;
typedef long sph_s64;
#else
typedef unsigned long long sph_u64;
typedef long long sph_s64;
typedef unsigned long sph_u64;
typedef long sph_s64;
#endif