diff options
author | NiteHawk <n1tehawk@users.noreply.github.com> | 2016-03-25 12:13:09 +0100 |
---|---|---|
committer | NiteHawk <n1tehawk@users.noreply.github.com> | 2016-03-25 13:07:13 +0100 |
commit | ba6d0e1ad9b12127a81a60514963b8c0919ea9b2 (patch) | |
tree | 4949ea9d923696f04d8fb1650fdd2449c4f7324a /vc6 | |
parent | 95d946e0fed52f46d22bc9e77e6991cc516b05b5 (diff) | |
download | luafilesystem-ba6d0e1ad9b12127a81a60514963b8c0919ea9b2.tar.gz luafilesystem-ba6d0e1ad9b12127a81a60514963b8c0919ea9b2.tar.bz2 luafilesystem-ba6d0e1ad9b12127a81a60514963b8c0919ea9b2.zip |
Have make_link() use pushresult() instead of pusherror() on Windows
The pushresult(L, -1, ...) call will delegate to pusherror() anyway,
but this avoids the "Unused static" warning for pushresult.
Also take care of assigning something meaningful to `errno`, as
strerror(errno) is used for constructing the Lua error message.
Fixes #65
Diffstat (limited to 'vc6')
0 files changed, 0 insertions, 0 deletions