Changeset 918 for trunk/src/shell32/new/brsfolder.cpp
- Timestamp:
- Sep 13, 1999, 2:36:35 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/new/brsfolder.cpp
r800 r918 13 13 #include "debugtools.h" 14 14 #include "winreg.h" 15 #include "authors.h" 15 16 #include "winnls.h" 16 17 #include "commctrl.h" … … 96 97 if (SUCCEEDED(IShellFolder_GetDisplayNameOf(lpsf, lpi, dwFlags, &str))) 97 98 { 98 bSuccess = StrRetToStrNA (lpFriendlyName, MAX_PATH, &str, lpi); 99 if(FAILED(StrRetToStrNA (lpFriendlyName, MAX_PATH, &str, lpi))) 100 { 101 bSuccess = FALSE; 102 } 99 103 } 100 104 else … … 118 122 HWND hwnd=GetParent(hwndTreeView); 119 123 120 TRACE("%p %p %x\n",lpsf, pidl, (INT)hParent); 121 124 TRACE("%p %p %x\n",lpsf, pidl, (INT)hParent); 122 125 SetCapture(GetParent(hwndTreeView)); 123 126 SetCursor(LoadCursorA(0, IDC_WAITA)); … … 158 161 tvins.hParent = hParent; 159 162 160 hPrev = (HTREEITEM)TreeView_InsertItem W(hwndTreeView, &tvins);163 hPrev = (HTREEITEM)TreeView_InsertItemA (hwndTreeView, &tvins); 161 164 162 165 }
Note:
See TracChangeset
for help on using the changeset viewer.