Re: [ANN] Lua 5.2.0 (work1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (work1) now available
- From: Michael Wolf <miwo@...>
- Date: 2010年1月09日 08:57:43 +0100
Am 09.01.2010 08:39, schrieb steve donovan:
So, #undef LoadString is one fix. But surely camel-case identifiers
like this are not otherwise found in the Lua sources? Windows people
instinctively avoid them for the above reasons. Seems like a rename
would solve the problem cleanly.
steve d.
Or just include windows.h where it is needed in loadlib.c under #elif
defined(LUA_DL_DLL) and not in the luaconf.h file.
Works without problems for me.
Best Regards,
Michael