Ignore:
Timestamp:
Feb 14, 2002, 1:10:12 PM (24 years ago)
Author:
sandervl
Message:

extended logging added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/shlfileop.c

    r6800 r7904  
    698698DWORD WINAPI SHFileOperationW (LPSHFILEOPSTRUCTW lpFileOp)   
    699699{
    700 #ifdef __WIN32OS2__
    701         FIXME(__FUNCTION__"(%p) ,stub\n", lpFileOp);
    702 #else
    703700        FIXME("(%p):stub.\n", lpFileOp);
    704 #endif
    705701        return 1;
    706702}
     
    722718 */
    723719HRESULT WINAPI SheGetDirW(LPWSTR u, LPWSTR v)
    724 #ifdef __WIN32OS2__
    725 {       FIXME(__FUNCTION__"(%p, %p) ,stub\n",u,v);
    726 #else
    727720{       FIXME("%p %p stub\n",u,v);
    728 #endif
    729721        return 0;
    730722}
     
    735727 */
    736728HRESULT WINAPI SheChangeDirW(LPWSTR u)
    737 #ifdef __WIN32OS2__
    738 {       FIXME(__FUNCTION__"(%s),stub\n",debugstr_w(u));
    739 #else
    740729{       FIXME("(%s),stub\n",debugstr_w(u));
    741 #endif
    742730        return 0;
    743731}
Note: See TracChangeset for help on using the changeset viewer.