diff options
Diffstat (limited to 'iup/srclua5/il_spinbox.c')
-rwxr-xr-x | iup/srclua5/il_spinbox.c | 25 |
1 files changed, 2 insertions, 23 deletions
diff --git a/iup/srclua5/il_spinbox.c b/iup/srclua5/il_spinbox.c index 843154e..2f044fb 100755 --- a/iup/srclua5/il_spinbox.c +++ b/iup/srclua5/il_spinbox.c @@ -1,5 +1,5 @@ /****************************************************************************** - * Automatically generated file (iuplua5). Please don't change anything. * + * Automatically generated file (iuplua5). Please don t change anything. * *****************************************************************************/ #include <stdlib.h> @@ -33,28 +33,7 @@ int iupspinboxlua_open(lua_State * L) iuplua_register_cb(L, "SPIN_CB", (lua_CFunction)spinbox_spin_cb, NULL); -#ifdef IUPLUA_USELOH -#ifdef TEC_BIGENDIAN -#ifdef TEC_64 -#include "loh/spinbox_be64.loh" -#else -#include "loh/spinbox_be32.loh" -#endif -#else -#ifdef TEC_64 -#ifdef WIN64 -#include "loh/spinbox_le64w.loh" -#else -#include "loh/spinbox_le64.loh" -#endif -#else -#include "loh/spinbox.loh" -#endif -#endif -#else - iuplua_dofile(L, "spinbox.lua"); -#endif - +#include "clua/spinbox.clua" return 0; } |