Commit f71eb2af91fa164ea3d864591fda90098c652927
1 parent
44cbd3d4
fix class-level DLL_EXPORT
git-svn-id: svn+q:///qpdf/trunk@797 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
24 changed files
with
24 additions
and
48 deletions
include/qpdf/Buffer.hh
include/qpdf/Pipeline.hh
include/qpdf/Pl_Buffer.hh
include/qpdf/Pl_Count.hh
include/qpdf/Pl_Discard.hh
include/qpdf/Pl_Flate.hh
include/qpdf/Pl_StdioFile.hh
include/qpdf/QPDF.hh
include/qpdf/QPDFExc.hh
include/qpdf/QPDFObject.hh
include/qpdf/QPDFObjectHandle.hh
include/qpdf/QPDFTokenizer.hh
include/qpdf/QPDFWriter.hh
include/qpdf/QPDFXRefEntry.hh
libqpdf/qpdf/BitStream.hh
libqpdf/qpdf/BitWriter.hh
libqpdf/qpdf/MD5.hh
libqpdf/qpdf/PCRE.hh
| ... | ... | @@ -17,8 +17,7 @@ |
| 17 | 17 | // Note: this class does not encapsulate all features of the PCRE |
| 18 | 18 | // package -- only those that I actually need right now are here. |
| 19 | 19 | |
| 20 | -DLL_EXPORT | |
| 21 | -class PCRE | |
| 20 | +class DLL_EXPORT PCRE | |
| 22 | 21 | { |
| 23 | 22 | public: |
| 24 | 23 | // This is thrown when an attempt is made to access a non-existent | ... | ... |
libqpdf/qpdf/Pl_ASCII85Decoder.hh
libqpdf/qpdf/Pl_ASCIIHexDecoder.hh
libqpdf/qpdf/Pl_LZWDecoder.hh
libqpdf/qpdf/Pl_MD5.hh
libqpdf/qpdf/Pl_PNGFilter.hh