diff options
-rw-r--r-- | src/config.h.in | 8 |
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 |