Changeset 618 for trunk/dll/info.c
- Timestamp:
- Apr 20, 2007, 9:19:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/info.c
r576 r618 18 18 24 Mar 07 SHL Correct FileInfoProc binary file detect 19 19 24 Mar 07 SHL Correct FileInfoProc/IconProc race crash 20 19 Apr 07 SHL Sync with AcceptOneDrop GetOneDrop mods 20 21 21 22 ***********************************************************************/ … … 368 369 DrawTargetEmphasis(hwnd, emphasized); 369 370 } 370 if (AcceptOneDrop( mp1, mp2))371 if (AcceptOneDrop(hwnd, mp1, mp2)) 371 372 return MRFROM2SHORT(DOR_DROP, DO_MOVE); 372 373 return MRFROM2SHORT(DOR_NEVERDROP, 0); … … 389 390 emphasized = FALSE; 390 391 DrawTargetEmphasis(hwnd, emphasized); 391 if (GetOneDrop( mp1, mp2, szFrom, sizeof(szFrom))) {392 if (GetOneDrop(hwnd, mp1, mp2, szFrom, sizeof(szFrom))) { 392 393 memset(&ici, 0, sizeof(ICONINFO)); 393 394 ici.cb = sizeof(ICONINFO);
Note:
See TracChangeset
for help on using the changeset viewer.