]> git.ipfire.org Git - thirdparty/zstd.git/commit
should check defined(_M_X64) not defined(_M_X86) when building with MSVC. 4234/head
authorMessyHack <messyhack@gmail.com>
Sat, 11 Jan 2025 06:38:56 +0000 (22:38 -0800)
committerMessyHack <messyhack@gmail.com>
Sat, 11 Jan 2025 06:47:48 +0000 (22:47 -0800)
commit42d704ad5e286fe8ad8b8aca0af4c78543abd3f1
tree907d4a4c5d16a0697099a3a586cef23fb7d5beb4
parenta610550e2c05cd08842e173bbeb830f596fdfaeb
should check defined(_M_X64) not defined(_M_X86) when building with MSVC.

_M_X86 is only defined under MSVC 32Bit
_M_X64 is only defined under MSVC 64Bit
lib/common/bitstream.h