From: kawi Date: Mon, 12 Jan 2015 14:43:23 +0000 (+0100) Subject: windows corrections X-Git-Url: https://gitweb.hamatoma.de/?a=commitdiff_plain;h=3fb04dce52e5b7c1803ee4b73acd51f8cec5a866;p=crepublib windows corrections --- diff --git a/base/rebase.hpp b/base/rebase.hpp index d7a9fca..0ac19fc 100644 --- a/base/rebase.hpp +++ b/base/rebase.hpp @@ -39,6 +39,8 @@ # include # define _memcmp(t,s,n) memcmp(t,s,n) typedef _int64 int64_t; + typedef unsigned long long uint64_t; + typedef unsigned char uint8_t; # define S_ISDIR(mode) (((mode) & _S_IFDIR) != 0) #endif