Initial Visual Studio support.

This commit is contained in:
Michael R Sweet
2021-06-21 11:39:06 -04:00
parent e9d5e082af
commit 6f02bdd301
12 changed files with 327 additions and 13 deletions

View File

@@ -47,6 +47,10 @@ extern "C" {
// Types and constants...
//
# ifdef _WIN32
typedef __int64 ssize_t; // POSIX type not present on Windows...
# endif // _WIN32
typedef struct _pdfio_array_s pdfio_array_t;
// Array of PDF values
typedef struct _pdfio_dict_s pdfio_dict_t;