mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-07 22:18:27 +01:00
Tweak for Windows NuGet.
This commit is contained in:
parent
3881c2840a
commit
d76e2a30e1
2
pdfio.h
2
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
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user