Changeset 10111
- Timestamp:
- May 26, 2003, 3:41:26 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/comdlg32/filedlg95.c ¶
r9306 r10111 1216 1216 if(fResult) 1217 1217 SendCustomDlgNotificationMessage(hwnd,CDN_FILEOK); 1218 1219 FILEDLG95_Clean(hwnd);1220 EndDialog(hwnd, fResult);1221 1218 break; 1222 1219 } … … 1350 1347 1351 1348 /* clean and exit */ 1352 #ifndef __WIN32OS2__1353 // 20011017 PH1354 // some apps require the resources to be still there1355 // for the CDN_ processing.1356 1349 FILEDLG95_Clean(hwnd); 1357 1350 return EndDialog(hwnd,TRUE); 1358 #else1359 return TRUE;1360 #endif1361 1351 } 1362 1352 … … 1706 1696 } 1707 1697 1708 #ifndef __WIN32OS2__1709 // 20011017 PH1710 // some apps require the resources to be still there1711 // for the CDN_ processing.1712 1713 1698 TRACE("close\n"); 1714 1699 FILEDLG95_Clean(hwnd); 1715 1700 ret = EndDialog(hwnd, TRUE); 1716 #else1717 ret = TRUE;1718 #endif1719 1701 } 1720 1702 else 1721 1703 { 1722 1704 /* FIXME set error FNERR_BUFFERTOSMALL */ 1723 #ifndef __WIN32OS2__1724 // 20011017 PH1725 // some apps require the resources to be still there1726 // for the CDN_ processing.1727 1728 1705 FILEDLG95_Clean(hwnd); 1729 1706 ret = EndDialog(hwnd, FALSE); 1730 #else1731 ret = FALSE;1732 #endif1733 1707 } 1734 1708 goto ret;
Note:
See TracChangeset
for help on using the changeset viewer.