Ported to Win32!
This commit is contained in:
parent
d3d4156ef9
commit
cf4d923d70
7 changed files with 55 additions and 45 deletions
|
@ -44,11 +44,11 @@
|
|||
\*-------------------------------------------------------------------------*/
|
||||
LUASOCKET_API int lua_socketlibopen(lua_State *L)
|
||||
{
|
||||
compat_open(L);
|
||||
priv_open(L);
|
||||
select_open(L);
|
||||
base_open(L);
|
||||
tm_open(L);
|
||||
compat_open(L);
|
||||
fd_open(L);
|
||||
sock_open(L);
|
||||
inet_open(L);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue