lua-users home
lua-l archive

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


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
> 
> 
> 
>