lua-users home
lua-l archive

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


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