Changeset 1878 for trunk/dll/draglist.c
- Timestamp:
- Oct 12, 2015, 12:24:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/draglist.c
r1877 r1878 709 709 DrgDeleteStrHandle(pDItem->hstrTargetName); 710 710 free(pDItem); 711 // pDItem = NULL; // Why bother, we can count - fixme to be gone712 711 dcd->ulItemsToUnHilite = ulNumfiles + 1; 713 712 break; … … 724 723 pDItem->fsControl = DO_LINKABLE; 725 724 ulNumfiles++; 726 // ppDItem[ulNumfiles] = NULL; // Why bother - fixme to be gone727 725 } 728 726 } // for … … 738 736 pDInfo->usOperation = DO_LINK; 739 737 pDInfo->hwndSource = hwndObj ? hwndObj : hwnd; 740 // pDInfo->hwndSource = hwnd;741 738 for (ulSelect = 0; ulSelect < ulNumfiles; ulSelect++) { 742 739 if (!DrgSetDragitem(pDInfo, ppDItem[ulSelect], sizeof(DRAGITEM), ulSelect)) {
Note:
See TracChangeset
for help on using the changeset viewer.