mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
use dll for lua windows build (FSCORE-299)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12132 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
EXPORTS
|
||||
lua_newstate
|
||||
lua_close
|
||||
lua_newthread
|
||||
lua_atpanic
|
||||
lua_gettop
|
||||
lua_settop
|
||||
lua_pushvalue
|
||||
lua_remove
|
||||
lua_insert
|
||||
lua_replace
|
||||
lua_checkstack
|
||||
lua_xmove
|
||||
lua_isnumber
|
||||
lua_isstring
|
||||
lua_iscfunction
|
||||
lua_isuserdata
|
||||
lua_type
|
||||
lua_typename
|
||||
lua_equal
|
||||
lua_rawequal
|
||||
lua_lessthan
|
||||
lua_tonumber
|
||||
lua_toboolean
|
||||
lua_tolstring
|
||||
lua_objlen
|
||||
lua_tocfunction
|
||||
lua_touserdata
|
||||
lua_tothread
|
||||
lua_pushnil
|
||||
lua_pushnumber
|
||||
lua_pushlstring
|
||||
lua_pushstring
|
||||
lua_pushvfstring
|
||||
lua_pushfstring
|
||||
lua_pushcclosure
|
||||
lua_pushboolean
|
||||
lua_pushlightuserdata
|
||||
lua_pushthread
|
||||
lua_gettable
|
||||
lua_getfield
|
||||
lua_rawget
|
||||
lua_rawgeti
|
||||
lua_createtable
|
||||
lua_newuserdata
|
||||
lua_getmetatable
|
||||
lua_getfenv
|
||||
lua_settable
|
||||
lua_setfield
|
||||
lua_rawset
|
||||
lua_rawseti
|
||||
lua_setmetatable
|
||||
lua_setfenv
|
||||
lua_call
|
||||
lua_pcall
|
||||
lua_cpcall
|
||||
lua_load
|
||||
lua_dump
|
||||
lua_yield
|
||||
lua_resume
|
||||
lua_status
|
||||
lua_gc
|
||||
lua_error
|
||||
lua_next
|
||||
lua_concat
|
||||
lua_getallocf
|
||||
lua_setallocf
|
||||
lua_setlevel
|
||||
lua_getstack
|
||||
lua_getinfo
|
||||
lua_getlocal
|
||||
lua_setlocal
|
||||
lua_getupvalue
|
||||
lua_setupvalue
|
||||
lua_sethook
|
||||
lua_gethook
|
||||
lua_gethookmask
|
||||
lua_gethookcount
|
||||
luaL_loadbuffer
|
||||
luaL_openlibs
|
||||
luaL_newstate
|
||||
lua_pushinteger
|
||||
luaL_loadfile
|
||||
luaL_loadstring
|
||||
Reference in New Issue
Block a user