X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fapi%2FBGZF.h;h=0ee02860fc307bbd9350a5f540fb689564fad7a8;hb=577b6032aa3d85616047c8aba6061dd8dad20cfc;hp=37bcff75bd2a3a93bb9665c21b250f2b69321246;hpb=0180d7256f5c781364b04559b39ed2db41585787;p=bamtools.git diff --git a/src/api/BGZF.h b/src/api/BGZF.h index 37bcff7..0ee0286 100644 --- a/src/api/BGZF.h +++ b/src/api/BGZF.h @@ -3,7 +3,7 @@ // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 16 August 2010 (DB) +// Last modified: 19 November 2010 (DB) // --------------------------------------------------------------------------- // BGZF routines were adapted from the bgzf.c code developed at the Broad // Institute. @@ -14,17 +14,14 @@ #ifndef BGZF_H #define BGZF_H -// 'C' includes +#include +#include "zlib.h" + #include #include #include - -// C++ includes #include -// zlib includes -#include "zlib.h" - // Platform-specific large-file support #ifndef BAMTOOLS_LFS #define BAMTOOLS_LFS @@ -75,7 +72,7 @@ const int BLOCK_FOOTER_LENGTH = 8; const int MAX_BLOCK_SIZE = 65536; const int DEFAULT_BLOCK_SIZE = 65536; -struct BgzfData { +struct API_EXPORT BgzfData { // data members public: