mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-28 00:02:21 +02:00
Windows compile fixes
This commit is contained in:
@@ -2,8 +2,12 @@
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
#define HAVE_ARPA_INET_H
|
||||
#define HAVE_NETINET_IN_H
|
||||
#if defined(_WIN32)
|
||||
#define HAVE_WINSOCK2_H
|
||||
#else
|
||||
#define HAVE_ARPA_INET_H
|
||||
#define HAVE_NETINET_IN_H
|
||||
#endif
|
||||
/* #undef HAVE_WINSOCK2_H */
|
||||
/* #undef WORDS_BIGENDIAN */
|
||||
|
||||
|
Reference in New Issue
Block a user