lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Then I added
> 
> 
> #ifndef _WIN32
> #define __cdecl
> #endif
> 
> static void __cdecl laction (int i) {
> ____________+++++++

Why is this needed? If so, why now and not before?