Changeset 8540 for trunk/src/shell32/shellole.c
- Timestamp:
- Jun 1, 2002, 7:25:57 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shellole.c
r7085 r8540 614 614 if(!lpDropFileStruct) goto end; 615 615 616 lpwDrop = (LPWSTR) lpDropFileStruct + lpDropFileStruct->pFiles;616 lpwDrop = (LPWSTR) ((LPSTR)lpDropFileStruct + lpDropFileStruct->pFiles); 617 617 618 618 i = 0;
Note:
See TracChangeset
for help on using the changeset viewer.