lua-users home
lua-l archive

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


> Undefining UNICODE in luaconf.h may be problematic for applications
> including Lua but that otherwise use Unicode API calls. I think using
> the *A variants of the win32 API in Lua is the solution with the least
> negative impact.

OK, so we will adopt it. One question: does GetProcAddress have to be
changed to GetProcAddressA, too?

-- Roberto