Changeset 21916 for trunk/src/user32/windlg.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/user32/windlg.cpp
r21356 r21916 24 24 #include "win32dlg.h" 25 25 #include <heapstring.h> 26 #include <win \drive.h>26 #include <win/drive.h> 27 27 #include <custombuild.h> 28 28 … … 330 330 } 331 331 } 332 } 332 } 333 333 } 334 334 #endif … … 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.