Changeset 7904 for trunk/src/shell32/shlfileop.c
- Timestamp:
- Feb 14, 2002, 1:10:12 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/shell32/shlfileop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shlfileop.c
r6800 r7904 698 698 DWORD WINAPI SHFileOperationW (LPSHFILEOPSTRUCTW lpFileOp) 699 699 { 700 #ifdef __WIN32OS2__701 FIXME(__FUNCTION__"(%p) ,stub\n", lpFileOp);702 #else703 700 FIXME("(%p):stub.\n", lpFileOp); 704 #endif705 701 return 1; 706 702 } … … 722 718 */ 723 719 HRESULT WINAPI SheGetDirW(LPWSTR u, LPWSTR v) 724 #ifdef __WIN32OS2__725 { FIXME(__FUNCTION__"(%p, %p) ,stub\n",u,v);726 #else727 720 { FIXME("%p %p stub\n",u,v); 728 #endif729 721 return 0; 730 722 } … … 735 727 */ 736 728 HRESULT WINAPI SheChangeDirW(LPWSTR u) 737 #ifdef __WIN32OS2__738 { FIXME(__FUNCTION__"(%s),stub\n",debugstr_w(u));739 #else740 729 { FIXME("(%s),stub\n",debugstr_w(u)); 741 #endif742 730 return 0; 743 731 }
Note:
See TracChangeset
for help on using the changeset viewer.
