lua-users home
lua-l archive

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


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