You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added for Windows the option to compile dogfood with support for an embed Lua DLL
in the executable's resource.
This is enabled by setting a EMBED_LUA_DLL preprocessor define.
Details about embedding the DLL can be found in dog.c.
Refactored to remove duplicate code and to reduce and simplify buffering while
reading Lua data from executable.