Tweak for Windows NuGet.

This commit is contained in:
Michael R Sweet
2021-08-26 18:55:44 -04:00
parent 3881c2840a
commit d76e2a30e1
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