diff --git a/lib/include_/time_.h b/lib/include_/time_.h index e8e61c31..c5d7f880 100644 --- a/lib/include_/time_.h +++ b/lib/include_/time_.h @@ -29,7 +29,7 @@ #ifndef sleep #define sleep(n) Sleep((n) * 1000) #endif -#define uint64_t unsigned __int64 +typedef unsigned long long uint64_t; #else #include