- Timestamp:
- Jun 1, 2002, 7:25:57 PM (23 years ago)
- Location:
- trunk/src/shell32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/dbgwrap.cpp
r8048 r8540 70 70 NODEF_DEBUGWRAP4(PathGetArgsAW) 71 71 NODEF_DEBUGWRAP8(DoEnvironmentSubstAW) 72 DEBUGWRAP8 (DragAcceptFiles)72 DEBUGWRAP8_NORET(DragAcceptFiles) 73 73 DEBUGWRAP4(PathQuoteSpacesAW) 74 74 NODEF_DEBUGWRAP4(PathUnquoteSpacesAW) -
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.