Changeset 19342
- Timestamp:
- Jun 27, 2002, 9:50:32 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/comdlg32/filedlgbrowser.c ¶
r17269 r19342 83 83 { 84 84 char lpstrPath[MAX_PATH]; 85 #ifdef __WIN32OS2__ 86 if(SHGetPathFromIDListA(fodInfos->ShellInfos.pidlAbsCurrent,lpstrPath) == TRUE) { 87 SetCurrentDirectoryA(lpstrPath); 88 TRACE("new current folder %s\n", lpstrPath); 89 } 90 #else 85 91 SHGetPathFromIDListA(fodInfos->ShellInfos.pidlAbsCurrent,lpstrPath); 86 92 SetCurrentDirectoryA(lpstrPath); 87 93 TRACE("new current folder %s\n", lpstrPath); 94 #endif 88 95 } 89 96
Note:
See TracChangeset
for help on using the changeset viewer.