Tweak for Windows NuGet.

This commit is contained in:
Michael R Sweet 2021-08-26 18:55:44 -04:00
parent 3881c2840a
commit d76e2a30e1
No known key found for this signature in database
GPG Key ID: BE67C75EC81F3244
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -3,7 +3,7 @@
<metadata>
<id>pdfio_native</id>
<title>PDFio Library for VS2019+</title>
<version>1.0-b0</version>
<version>1.0.0-b1</version>
<authors>Michael R Sweet</authors>
<owners>michaelrsweet</owners>
<projectUrl>https://github.com/michaelrsweet/pappl</projectUrl>