[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1 (alpha) now available
- From: David Burgess <dburgess@...>
- Date: Sun, 4 Sep 2005 07:57:15 +1000
Hi WIm,
I agree. It was the first thing I had to change. strchr and GetFullPathName()
are both better options.
David B
On 9/4/05, Wim Couwenberg <w.couwenberg@chello.nl> wrote:
>
> 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
>
>
>
>