Re: [ANN] Lua 5.2.2 (rc1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.2 (rc1) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2013年2月20日 18:33:21 -0300
> 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?