mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 11:25:30 +00:00
Third time's the charm...
This commit is contained in:
parent
73c2a52eb8
commit
3e58559c69
2
mxml.h
2
mxml.h
@ -14,13 +14,13 @@
|
||||
# include <stdio.h>
|
||||
# include <stdlib.h>
|
||||
# include <stdbool.h>
|
||||
# include <stdint.h>
|
||||
# include <string.h>
|
||||
# include <ctype.h>
|
||||
# include <errno.h>
|
||||
# include <limits.h>
|
||||
# if defined(_WIN32) && !defined(__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... */
|
||||
typedef int64_t ssize_t; // @private@
|
||||
# define SSIZE_MAX INT64_MAX
|
||||
|
Loading…
Reference in New Issue
Block a user