jl777 8 years ago
parent
commit
5bbcf496de
  1. 4
      crypto777/OS_nonportable.c

4
crypto777/OS_nonportable.c

@ -47,12 +47,12 @@ void *OS_nonportable_tmpalloc(char *dirname,char *name,struct OS_memspace *mem,l
#include <tlhelp32.h>
#include <time.h>
#include <intrin.h>
/*#include <intrin.h>
static uint32_t __inline __builtin_clzll(uint64_t x) {
unsigned long r = 0;
_BitScanReverse64(&r, x);
return (63-r);
}
}*/
void usleep(int32_t micros)
{

Loading…
Cancel
Save