summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-07-16 08:38:06 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-07-16 08:38:23 -0700
commit3ebfa6103a056fba0d4ca7a01f2c0ea8127025b4 (patch)
tree3bf5dbd84ac56b66f8bb465ccc85480d385466f8 /src/config.h.in
parent55a58d9e918a7aad696495702786807941928f9e (diff)
Removed size_t and ssize_t defs for WIN32.
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 0f72d6a..de1a4dd 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -69,14 +69,6 @@ CMARK_INLINE int c99_snprintf(char *outBuf, size_t size, const char *format, ...
#endif
-#ifdef _WIN32
-# include <BaseTsd.h>
- typedef SSIZE_T ssize_t;
- typedef SIZE_T size_t;
-#else
-# include <sys/types.h>
-#endif
-
#ifdef __cplusplus
}
#endif