Re: [ANN] Lua 5.1.2-rc3 now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.1.2-rc3 now available
- From: roberto@... (Roberto Ierusalimschy)
- Date: 2007年3月27日 17:48:51 -0300
> 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