Skip to content

Commit

Permalink
Third time's the charm...
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Mar 6, 2024
1 parent 73c2a52 commit 3e58559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxml.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e58559

Please sign in to comment.