瀏覽代碼

Export luax_resume for windows

Bart van Strien 7 年之前
父節點
當前提交
cac369ee44
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/common/runtime.h

+ 2 - 1
src/common/runtime.h

@@ -678,8 +678,9 @@ int luax_catchexcept(lua_State *L, const T& func, const F& finallyfunc)
 
 /**
  * Compatibility shim for lua_resume
+ * Exported because it's used in the launcher
  **/
-int luax_resume(lua_State *L, int nargs);
+LOVE_EXPORT int luax_resume(lua_State *L, int nargs);
 
 } // love