From f115513081ade0b13cc6a2e0d14fc9dc44c57eac Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 27 May 2020 09:29:22 -0400 Subject: Fixed compile error on Windows. --- src/lua.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lua.patch b/src/lua.patch index 18acae63..00c181c6 100644 --- a/src/lua.patch +++ b/src/lua.patch @@ -141,14 +141,14 @@ diff -r 8a23edc91533 src/luaconf.h + lua_State *L; + int ref; +#if !_WIN32 -+ int pid, fstdin, fstdout, fstderr, exit_status; ++ int pid, fstdin, fstdout, fstderr; +#else + HANDLE pid, fstdin, fstdout, fstderr; +#endif +#if (GTK && !__APPLE__) + GIOChannel *cstdout, *cstderr; +#endif -+ int stdout_cb, stderr_cb, exit_cb; ++ int stdout_cb, stderr_cb, exit_cb, exit_status; +} PStream; + +/** p:status() Lua function. */ -- cgit v1.2.3