aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win322
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index fa7e6bff18..d66faeb8be 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -272,4 +272,6 @@
#pragma warning ( disable : 6011 )
#endif
+#if !defined(QT_VERSION) || !defined(_SSIZE_T_DEFINED)
typedef int ssize_t;
+#endif