[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1 static linkage?
- From: Wim Couwenberg <w.couwenberg@...>
- Date: Sun, 23 Apr 2006 16:24:26 +0200
> Oops. I guess it may be better to use GetModuleFileNameA() in
> setprogdir(). Any objections from the Windows experts?
Why not just compile Lua with UNICODE undefined..? Personally I'd
prefer GetModuleFileName, since this is the documented (and therefore
official?) API entry, even though it's an alias for either the A or W
version.
--
Wim