tnodir / luasys

LuaSys is a portable Lua library providing access to system and networking functions. Also includes: event notification mechanism, win32 specifics (registry, service), serial communication, signals, threading and much more.
http://luaforge.net/projects/luasys
Other
69 stars 24 forks source link

Lua 5.3 compatibility, and Windows 8.1 bug fixes. #10

Closed dcurrie closed 8 years ago

dcurrie commented 8 years ago

I found these changes necessary to (a) eliminate mingw (gcc 5.1) compile errors on Windows 8.1, (b) eliminate linker errors related to changes in Lua 5.3, and (c) fix an uninitialized variable bug in sock_pair().

tnodir commented 8 years ago

Many thanks.