mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 11:25:30 +00:00
Try another Windows fix.
This commit is contained in:
parent
069a353eaf
commit
73c2a52eb8
1
mxml.h
1
mxml.h
@ -20,6 +20,7 @@
|
|||||||
# include <limits.h>
|
# include <limits.h>
|
||||||
# if defined(_WIN32) && !defined(__CUPS_SSIZE_T_DEFINED)
|
# if defined(_WIN32) && !defined(__CUPS_SSIZE_T_DEFINED)
|
||||||
# define __CUPS_SSIZE_T_DEFINED
|
# define __CUPS_SSIZE_T_DEFINED
|
||||||
|
# include <sys/types.h>
|
||||||
// Windows does not provide the ssize_t type, so map it to int64_t... */
|
// Windows does not provide the ssize_t type, so map it to int64_t... */
|
||||||
typedef int64_t ssize_t; // @private@
|
typedef int64_t ssize_t; // @private@
|
||||||
# define SSIZE_MAX INT64_MAX
|
# define SSIZE_MAX INT64_MAX
|
||||||
|
Loading…
Reference in New Issue
Block a user