diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2008-06-03 06:52:20 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2008-06-03 06:52:20 +0000 |
commit | 588e138867c1dec83ce6186632abc204c9aa9735 (patch) | |
tree | 953accc42304d3b460bf03837721c3e9aadca34f /src/libFLAC/bitreader.c | |
parent | 2737f6a86c934e131fc16b18c20066244cf32b0e (diff) | |
download | flac-588e138867c1dec83ce6186632abc204c9aa9735.tar.gz |
win64 fixes
Diffstat (limited to 'src/libFLAC/bitreader.c')
-rw-r--r-- | src/libFLAC/bitreader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libFLAC/bitreader.c b/src/libFLAC/bitreader.c index b73609fe..2b98f359 100644 --- a/src/libFLAC/bitreader.c +++ b/src/libFLAC/bitreader.c @@ -177,6 +177,7 @@ done1: } } #endif +#endif static FLaC__INLINE void crc16_update_word_(FLAC__BitReader *br, brword word) { |