]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
windows build fix
authorMichael Jerris <mike@jerris.com>
Mon, 21 May 2007 17:51:57 +0000 (17:51 +0000)
committerMichael Jerris <mike@jerris.com>
Mon, 21 May 2007 17:51:57 +0000 (17:51 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@63 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/src/include/zap_types.h

index 9e189a138ad269603b6d9aa34c6e19ff2a4034fc..2e7d5447f63cbf49c6cb41b96a453c15106790ce 100644 (file)
@@ -38,6 +38,7 @@
 #include <windows.h>
 typedef HANDLE zap_socket_t;
 typedef unsigned __int32 uint32_t;
+typedef __int32 int32_t;
 #else
 #include <stdint.h>
 typedef int zap_socket_t;