X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fhash.h;h=bb3de0514859922447af63c00a431ec2b7f95d6b;hb=03d324e20b1062fbc9a6b60106b370c7194a6141;hp=1eebcce5342b75064034b7f68e5b2c82909b7fe2;hpb=cf20196055ed5074c448a16144c47b7e8a32c6a8;p=libs%2Fcore.git diff --git a/source/core/hash.h b/source/core/hash.h index 1eebcce..bb3de05 100644 --- a/source/core/hash.h +++ b/source/core/hash.h @@ -5,7 +5,7 @@ namespace Msp { -#ifdef WIN32 +#ifdef MSVC typedef __uint64 HashValue64; #else typedef unsigned long long HashValue64;