fixed Visual compilation error
authorYann Collet <cyan@fb.com>
Thu, 16 Mar 2017 01:59:26 +0000 (18:59 -0700)
committerYann Collet <cyan@fb.com>
Thu, 16 Mar 2017 01:59:26 +0000 (18:59 -0700)
commit9144520dc986db9fffcdc9e2afecdb9db226a756
treecc0aead927de86c8238a1e28ec64869aaebd4c59
parenta33bf89c62b1573a604144adaa797d94d97cb990
fixed Visual compilation error

static const must be a "constant", like a macro
even if it can be determined at compile time ...
programs/lz4io.c