Re: Lua 5.1 (alpha) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua 5.1 (alpha) now available
- From: Wim Couwenberg <w.couwenberg@...>
- Date: Sat, 3 Sep 2005 17:10:42 +0200
The call to PathRemoveFileSpec in loadlib.c (and only this one)
introduces a dependency of SHLWAPI.dll, a shell libray. I would
suggest to simply use strrchr or the more fundamental GetFullPathName
instead. (version issues are more likely with SHLWAPI than the core
OS dll's.)
--
Wim