Changeset 8792 for trunk/src/comdlg32
- Timestamp:
 - Jun 27, 2002, 9:50:32 AM (23 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/comdlg32/filedlgbrowser.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/comdlg32/filedlgbrowser.c
r6709 r8792 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.
  