mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-12-27 21:58:22 +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...
|
// Types and constants...
|
||||||
//
|
//
|
||||||
|
|
||||||
# ifdef _WIN32
|
# if _WIN32
|
||||||
typedef __int64 ssize_t; // POSIX type not present on Windows... @private@
|
typedef __int64 ssize_t; // POSIX type not present on Windows... @private@
|
||||||
# endif // _WIN32
|
# endif // _WIN32
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<metadata>
|
<metadata>
|
||||||
<id>pdfio_native</id>
|
<id>pdfio_native</id>
|
||||||
<title>PDFio Library for VS2019+</title>
|
<title>PDFio Library for VS2019+</title>
|
||||||
<version>1.0-b0</version>
|
<version>1.0.0-b1</version>
|
||||||
<authors>Michael R Sweet</authors>
|
<authors>Michael R Sweet</authors>
|
||||||
<owners>michaelrsweet</owners>
|
<owners>michaelrsweet</owners>
|
||||||
<projectUrl>https://github.com/michaelrsweet/pappl</projectUrl>
|
<projectUrl>https://github.com/michaelrsweet/pappl</projectUrl>
|
||||||
|
Loading…
Reference in New Issue
Block a user