windows build fix
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@63 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
5724bd4d6a
commit
379379d7b7
|
@ -38,6 +38,7 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
typedef HANDLE zap_socket_t;
|
typedef HANDLE zap_socket_t;
|
||||||
typedef unsigned __int32 uint32_t;
|
typedef unsigned __int32 uint32_t;
|
||||||
|
typedef __int32 int32_t;
|
||||||
#else
|
#else
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
typedef int zap_socket_t;
|
typedef int zap_socket_t;
|
||||||
|
|
Loading…
Reference in New Issue