ext/commonmarker/cmark/src/config.h.in in commonmarker-0.9.2 vs ext/commonmarker/cmark/src/config.h.in in commonmarker-0.10.0
- old
+ new
@@ -67,17 +67,9 @@
return count;
}
#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
#endif