forked from OpenSalamander/salamander
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Split from #24. Image thumbnails are not rendered for files with paths >260 chars on UNC/WSL shares.
Root cause: PictView plugin likely uses CreateFileW/GetFileAttributesW without \?\ prefix, same pattern fixed in #24 for the internal viewer.
Deferred until PictView is added to the CMake build. The fix approach is the same: replace raw Win32 calls with SalLPCreateFile/SalLPGetFileAttributes from widepath.h.
Original report: #24
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working