Changeset 1438 for trunk/dll/common.c
- Timestamp:
- Jun 28, 2009, 10:47:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/common.c
r1400 r1438 518 518 (swp->cy - 519 519 WinQuerySysValue(HWND_DESKTOP, 520 SV_CYSIZEBORDER)) - 30, 520 SV_CYSIZEBORDER)) - 521 (DRIVE_BUTTON_HEIGHT), 521 522 swp->cx - 522 523 (WinQuerySysValue(HWND_DESKTOP, 523 524 SV_CXSIZEBORDER) * 2), 524 30,525 DRIVE_BUTTON_HEIGHT, 525 526 hwndFrame, HWND_TOP, MAIN_DRIVES, NULL, NULL); 526 527 … … 859 860 (*s) ? s : NullStr, (*s) ? " " : NullStr, 860 861 directory, 861 (directory[strlen(directory) - 1] == '\\') ? "\\": NullStr);862 (directory[strlen(directory) - 1] == '\\') ? PCSZ_BACKSLASH : NullStr); 862 863 } 863 864 return hwndDir;
Note:
See TracChangeset
for help on using the changeset viewer.