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

DragQueryFileW fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.