Changeset 8650 for trunk/src/shell32
- Timestamp:
- Jun 11, 2002, 6:43:10 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shlfolder.c
r8614 r8650 1196 1196 if (dwFlags & SHGDN_INFOLDER) 1197 1197 { 1198 strcpy(szSrc, This->sMyPath); 1198 #ifdef __WIN32OS2__ 1199 //@PF Block 'My Computer' and other stuff from crashing us 1200 if (!This->sMyPath) return E_FAIL; 1201 #endif 1202 strcpy(szSrc, This->sMyPath); 1199 1203 PathAddBackslashA(szSrc); 1200 1204 len = strlen (szSrc); … … 1207 1211 1208 1212 /* build destination path */ 1209 1213 strcpy(szDest, This->sMyPath); 1210 1214 PathAddBackslashA(szDest); 1211 1215 len = strlen (szDest);
Note:
See TracChangeset
for help on using the changeset viewer.