- fixed: _M_X64 macro was misnamed _M_IX64.

This commit is contained in:
Christoph Oelckers 2014-05-14 13:04:47 +02:00
commit 85fb8c4326
2 changed files with 2 additions and 2 deletions

View file

@ -299,7 +299,7 @@ void DoBlending_SSE2(const PalEntry *from, PalEntry *to, int count, int r, int g
}
#endif
#if defined(__amd64__) || defined(_M_IX64)
#if defined(__amd64__) || defined(_M_X64)
long long color;
blending256 = _mm_set_epi64x(0x10001000100ll, 0x10001000100ll);