Changeset 8540 for trunk/src


Ignore:
Timestamp:
Jun 1, 2002, 7:25:57 PM (23 years ago)
Author:
sandervl
Message:

DragQueryFileW fix

Location:
trunk/src/shell32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/dbgwrap.cpp

    r8048 r8540  
    7070NODEF_DEBUGWRAP4(PathGetArgsAW)
    7171NODEF_DEBUGWRAP8(DoEnvironmentSubstAW)
    72 DEBUGWRAP8(DragAcceptFiles)
     72DEBUGWRAP8_NORET(DragAcceptFiles)
    7373DEBUGWRAP4(PathQuoteSpacesAW)
    7474NODEF_DEBUGWRAP4(PathUnquoteSpacesAW)
  • trunk/src/shell32/shellole.c

    r7085 r8540  
    614614        if(!lpDropFileStruct) goto end;
    615615
    616         lpwDrop = (LPWSTR) lpDropFileStruct + lpDropFileStruct->pFiles;
     616        lpwDrop = (LPWSTR) ((LPSTR)lpDropFileStruct + lpDropFileStruct->pFiles);
    617617
    618618        i = 0;
Note: See TracChangeset for help on using the changeset viewer.