davidsiaw / luacppinterface

A Simple C++ Interface to Lua
MIT License
168 stars 28 forks source link

Define LUA_COMPAT_APIINTCASTS #20

Open sagamusix opened 9 years ago

sagamusix commented 9 years ago

LuaCppInteface won't compile with the current Lua version unless LUA_COMPAT_APIINTCASTS is defined. If your wrapper relies on this functionality to be present, it should probably also define it (or it should be rewritten to not rely on deprecated APIs).