2017-02-13 20:25:49 +09:00
|
|
|
--- include/tls.h.orig 2017-02-13 20:19:55.918636579 +0900
|
|
|
|
+++ include/tls.h 2017-02-13 20:21:18.313073161 +0900
|
|
|
|
@@ -22,6 +22,13 @@
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
2020-08-20 10:19:23 -05:00
|
|
|
|
2017-02-13 20:25:49 +09:00
|
|
|
+#ifdef _MSC_VER
|
|
|
|
+#ifndef LIBRESSL_INTERNAL
|
|
|
|
+#include <basetsd.h>
|
|
|
|
+typedef SSIZE_T ssize_t;
|
|
|
|
+#endif
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
#include <sys/types.h>
|
2020-08-20 10:19:23 -05:00
|
|
|
|
2017-02-13 20:25:49 +09:00
|
|
|
#include <stddef.h>
|