- Timestamp:
- May 29, 2010, 7:27:15 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/dll/dircnrs.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dircnrs.c
r1521 r1526 74 74 aren't user settable; realappname should be used for setting applicable to 75 75 one or more miniapp but not to FM/2 76 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 76 17 Jan 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). 77 Mostly cast CHAR CONSTANT * as CHAR *. 78 28 May 10 GKY Yet another attempt to prevent duplicate directory names in the tree by 79 suppressing SHOW_ME during initial drive scan. 77 80 78 81 ***********************************************************************/ … … 1383 1386 PostMsg(hwnd, UM_RESCAN, MPVOID, MPVOID); 1384 1387 1385 if ( fSwitchTreeOnFocus && hwndTree && dcd && *dcd->directory) {1388 if (!fInitialDriveScan && fSwitchTreeOnFocus && hwndTree && dcd && *dcd->directory) { 1386 1389 PSZ pszTempDir = xstrdup(dcd->directory, pszSrcFile, __LINE__); 1387 1390 if (pszTempDir) {
Note:
See TracChangeset
for help on using the changeset viewer.
