aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-12-21 21:06:01 +0000
committerGerald Combs <gerald@wireshark.org>2009-12-21 21:06:01 +0000
commit8fc1491a609b956f7cad5b0625ee8c1dd0895e45 (patch)
treec7dd20c72484499198d106b5ba392787651f500a /config.h.win32
parent2ab6b0f8eb121039da65297129ab495b824b45f2 (diff)
Switch to using a bundled version of the openSUSE Build Service packages
for GNUTLS since they provide 32-bit and 64-bit Windows packages. We no longer have winposixtype.h, so remove its #includes and add a ssize_t typedef to config.h.win32. svn path=/trunk/; revision=31341
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 73607cb6fd..1e78e1ed17 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -242,3 +242,5 @@
#pragma message( "_MSC_VER is:" WS_TO_STRING(_MSC_VER) " but required is:" WS_TO_STRING(MSC_VER_REQUIRED) )
#error Your MSVC_VARIANT setting in config.nmake doesn't match the MS compiler version!
#endif
+
+typedef int ssize_t;