From 588e138867c1dec83ce6186632abc204c9aa9735 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 3 Jun 2008 06:52:20 +0000 Subject: [PATCH] win64 fixes --- src/libFLAC/bitreader.c | 1 + 1 file changed, 1 insertion(+) 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) {