diff --git a/crypto777/OS_nonportable.c b/crypto777/OS_nonportable.c index 24ca8de0d..56a7a8258 100755 --- a/crypto777/OS_nonportable.c +++ b/crypto777/OS_nonportable.c @@ -47,12 +47,12 @@ void *OS_nonportable_tmpalloc(char *dirname,char *name,struct OS_memspace *mem,l #include #include -#include +/*#include static uint32_t __inline __builtin_clzll(uint64_t x) { unsigned long r = 0; _BitScanReverse64(&r, x); return (63-r); -} +}*/ void usleep(int32_t micros) {