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: "Wim Couwenberg" <wim.couwenberg@...>
- Date: 2007年3月27日 23:05:41 +0200
> One question: does GetProcAddress have to be
> changed to GetProcAddressA, too?
No.
OK... So I forgot that there's also Windows CE... It seems that CE
prior to 3.0 only has GetProcAddress but *always* takes a unicode
argument and CE 3.0 and later supports GetProcAddressA... There's no
GetProcAddressA in non-CE versions.
:-\
--
Wim