aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 4376636e..1db1e4eb 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -117,7 +117,7 @@
117#define usleep(useconds) ((SleepEx ((useconds) / 1000, 1)==0) ? 0 : -1) 117#define usleep(useconds) ((SleepEx ((useconds) / 1000, 1)==0) ? 0 : -1)
118#endif 118#endif
119 119
120#if defined(_MSC_FULL_VER) && ! defined (_SSIZE_T_DEFINED) 120#if defined(_MSC_FULL_VER) && ! defined(_SSIZE_T_DEFINED)
121#define _SSIZE_T_DEFINED 121#define _SSIZE_T_DEFINED
122typedef intptr_t ssize_t; 122typedef intptr_t ssize_t;
123#endif /* !_SSIZE_T_DEFINED */ 123#endif /* !_SSIZE_T_DEFINED */