mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-16 05:49:53 +02:00
Tested in windows. Still needs more testing, but progress has been made.
This commit is contained in:
@ -19,6 +19,10 @@
|
||||
#include <lua.h>
|
||||
#include "socket.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#define INET_ATON
|
||||
#endif
|
||||
|
||||
void inet_open(lua_State *L);
|
||||
const char *inet_tryconnect(p_sock ps, const char *address,
|
||||
unsigned short port);
|
||||
|
Reference in New Issue
Block a user