ChangeSet ID: 20707 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/10/17 03:54:53
Modified files: dlls/shell32 : brsfolder.c
Log message: Aric Stewart aric@codeweavers.com MSDN states that the pszDisplayName member of BROWSEINFO is assumed to be MAX_PATH in length. So when doing the A->W conversion in BrowseForFolderA do not set that member to be the size of the incoming string, instead make it MAX_PATH.
Patch: http://cvs.winehq.org/patch.py?id=20707
Old revision New revision Changes Path 1.63 1.64 +2 -3 wine/dlls/shell32/brsfolder.c