Changeset 21808 for branches/gcc-kmk/src/user32/windlg.cpp
- Timestamp:
- Nov 14, 2011, 11:03:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/windlg.cpp
r21720 r21808 696 696 697 697 /* If the path exists and is a directory, chdir to it */ 698 if (!spec || !spec[0] || SetCurrentDirectoryA( spec )) spec = "*.*";698 if (!spec || !spec[0] || SetCurrentDirectoryA( spec )) spec = (LPSTR)"*.*"; 699 699 else 700 700 {
Note:
See TracChangeset
for help on using the changeset viewer.