From d76e2a30e146dfb6b104dd91a32f9b059c6c31b1 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 26 Aug 2021 18:55:44 -0400 Subject: [PATCH] Tweak for Windows NuGet. --- pdfio.h | 2 +- pdfio_native.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pdfio.h b/pdfio.h index efbe2e0..c228ad4 100644 --- a/pdfio.h +++ b/pdfio.h @@ -47,7 +47,7 @@ extern "C" { // Types and constants... // -# ifdef _WIN32 +# if _WIN32 typedef __int64 ssize_t; // POSIX type not present on Windows... @private@ # endif // _WIN32 diff --git a/pdfio_native.nuspec b/pdfio_native.nuspec index 4a78275..e4bd970 100644 --- a/pdfio_native.nuspec +++ b/pdfio_native.nuspec @@ -3,7 +3,7 @@ pdfio_native PDFio Library for VS2019+ - 1.0-b0 + 1.0.0-b1 Michael R Sweet michaelrsweet https://github.com/michaelrsweet/pappl