diff --git a/code/autoupdater/autoupdater.c b/code/autoupdater/autoupdater.c index ed631e33..3a2d17b0 100644 --- a/code/autoupdater/autoupdater.c +++ b/code/autoupdater/autoupdater.c @@ -8,7 +8,7 @@ is licensed until the GPLv2. Do not mingle code, please! #include #include -#ifdef _MSC_VER +#if defined(_MSC_VER) && (_MSC_VER < 1600) typedef __int64 int64_t; #else #include