mirror of
https://github.com/google/brotli.git
synced 2026-09-22 22:56:08 +00:00
[PR #340] Vs2012 fix #937
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/google/brotli/pull/340
State: closed
Merged: No
The brotli code currently does not compile with Visual Studio 2012, because the code assumes that the
log2function is supported by VIsual Studio 2012 and newer, which is not true.This PR fixes the preprocessor check, so the workaround code is used with Visual Studio 2012 as well.