1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

Fix Windows 64 build

Broken by previous patch.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba 2011-12-31 00:11:49 +01:00
parent f4dadee5e2
commit fb4b4f772e

View file

@ -65,6 +65,7 @@ typedef unsigned __int64 uint64_t;
#endif #endif
#if defined(_WIN64) #if defined(_WIN64)
# include <intrin.h> // MSVC popcnt and bsfq instrinsics
# define IS_64BIT # define IS_64BIT
# define USE_BSFQ # define USE_BSFQ
#endif #endif