lua-users home
lua-l archive

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


> Looking at the various versions, I noticed that Lua 5.1 and Lua 5.1.1
> used GetModuleFileName in loadlib.c, while 5.1.2, 5.1.3 and 5.1.4 have
> switched to GetModuleFileNameA. But 5.2.0-work1 to work3 uses
> GetModuleFileName again!
> 
> I don't understand the reason, so it is most probably a mistake.

It was a mistake. We fixed that in the 5.1 branch and forgot to fix the
main branch. We will correct that.

-- Roberto