X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbitboard.cpp;h=458f9318f9d00d0d6c3b716c6268a78d7caef9de;hb=29b01b6d825d32184a6307def3b17598bb5b4b0a;hp=e4fcb7ce438de974b17303135427868b441ad002;hpb=cde7b30b656471f28e1bfbafbf2c4de2c746bd2c;p=stockfish diff --git a/src/bitboard.cpp b/src/bitboard.cpp index e4fcb7ce..458f9318 100644 --- a/src/bitboard.cpp +++ b/src/bitboard.cpp @@ -339,7 +339,7 @@ Square first_1(Bitboard b) { /// pop_1st_bit() finds and clears the least significant nonzero bit in a /// nonzero bitboard. -#if defined(USE_32BIT_ATTACKS) +#if defined(USE_32BIT_ATTACKS) && defined(_WIN32) Square pop_1st_bit(Bitboard *bb) {