Changeset 897 for trunk/src/shell32/new/shell32_main.cpp
- Timestamp:
- Sep 9, 1999, 10:17:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/new/shell32_main.cpp
r894 r897 17 17 #include "resource.h" 18 18 #include "dlgs.h" 19 #include "ldt.h"19 //#include "ldt.h" 20 20 #include "sysmetrics.h" 21 21 #include "debugtools.h" … … 542 542 break; 543 543 544 #if 0 545 // @@@PH turned off 544 546 case WM_LBTRACKPOINT: 545 547 hWndCtl = GetDlgItem(hWnd, IDC_LISTBOX); … … 615 617 } 616 618 break; 619 #endif 620 617 621 618 622 case WM_COMMAND:
Note:
See TracChangeset
for help on using the changeset viewer.