--- libecb/ecb.h 2011/06/17 21:16:11 1.50 +++ libecb/ecb.h 2011/06/22 15:18:06 1.51 @@ -40,7 +40,7 @@ #if __GNUC__ typedef signed long long int64_t; typedef unsigned long long uint64_t; - #else + #else /* _MSC_VER || __BORLANDC__ */ typedef signed __int64 int64_t; typedef unsigned __int64 uint64_t; #endif