michaelrsweet / pdfio

PDFio is a simple C library for reading and writing PDF files.
https://www.msweet.org/pdfio
Apache License 2.0
198 stars 44 forks source link

added windows.h header for GetTempPathA #48

Closed kleuter closed 1 year ago

kleuter commented 1 year ago

Without the fix, you get

warning C4013: 'GetTempPathA' undefined; assuming extern returning int

in Visual Studio 2019