Skip to content
Snippets Groups Projects
Commit 7dc21046 authored by Martin Kaltenbrunner's avatar Martin Kaltenbrunner
Browse files

fix WIN32 define

parent b4f3e458
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ int tcp_connect(int socket, const struct sockaddr *address, socklen_t address_le
return connect(socket, address, address_len);
}
#ifdef WIN32
#ifdef WIN32 && !defined (int32_t)
typedef DWORD int32_t;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment