Add #define guard to allow MingW to build PDFio; note that MingW is NOT a supported toolchain for PDFio (Issue #66)

This commit is contained in:
Michael R Sweet
2024-06-24 09:03:46 -04:00
parent 23883268e3
commit f040cc41c2
2 changed files with 7 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ v1.3.0 (Month DD, YYYY)
- Added `pdfioFileGetCatalog` API for accessing the root/catalog object of a
PDF file (Issue #67)
- Updated number support to avoid locale issues (Issue #61)
- Updated the PDFio private header to allow compilation with MingW; note that
MingW is NOT a supported toolchain for PDFio (Issue #66)
- Optimized string pool code.