happynear / py-leveldb-windows

A Visual Studio project to build leveldb python wrapper
94 stars 30 forks source link

identifier '_BitScanReverse' '_BitScanForward' '_BitScanForward64` is undefined #7

Closed smpdev456 closed 1 year ago

smpdev456 commented 6 years ago

Hi

I want to compile with VS 2017 in Release x64 and Debug x64 mode, but leveldb project failed and report these errors: identifier "_BitScanReverse" is undefined file:snappy-stubs-internal.h line:351 project:leveldb
identifier "_BitScanForward" is undefined file:snappy-stubs-internal.h line:356 project:leveldb
identifier "_BitScanForward64" is undefined file:snappy-stubs-internal.h line:363 project:leveldb

Thanks

PineLover commented 6 years ago

include