diff -r 1c233176fffd -r abce6011f86c hedgewars/LuaPas.pas --- a/hedgewars/LuaPas.pas Wed Jun 12 01:04:30 2013 +0200 +++ b/hedgewars/LuaPas.pas Wed Jun 12 01:26:42 2013 +0200 @@ -14,6 +14,9 @@ uses uConsts; {.$DEFINE LUA_GETHOOK} +{$INCLUDE "config.inc"} +const LuaLibName = cLuaLibrary; + type size_t = Cardinal; Psize_t = ^size_t; @@ -22,9 +25,6 @@ lua_State = record end; Plua_State = ^lua_State; -{$DEFINE LuaLibName:= cLuaLibrary} - - (*****************************************************************************) (* luaconfig.h *) (*****************************************************************************)