Fix compile errors under MSVC

Fallback from previous patches.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-05-21 17:08:34 +01:00
parent c729e4e1ab
commit 628f844c11
3 changed files with 4 additions and 3 deletions

View File

@@ -48,7 +48,7 @@
// Select type of intrinsic bit count instruction to use
#if defined(_MSC_VER) // Microsoft compiler
#if defined(_MSC_VER) && defined(_WIN64) // Microsoft compiler
#include <intrin.h>