- Timestamp:
- Jun 27, 2002, 2:00:23 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/brsfolder.c
r8613 r8794 1 /* $Id: brsfolder.c,v 1. 9 2002-06-09 12:38:17sandervl Exp $ */1 /* $Id: brsfolder.c,v 1.10 2002-06-27 12:00:23 sandervl Exp $ */ 2 2 3 3 /* … … 241 241 pidlRet = lptvid->lpifq; 242 242 if (lpBrowseInfo->lpfn) 243 #ifdef __WIN32OS2__ 244 { 245 //@PF: windows enables the ok button before sending it notifies the app 246 EnableWindow(GetDlgItem(hWnd, 1), TRUE); 243 247 (lpBrowseInfo->lpfn)(hWnd, BFFM_SELCHANGED, (LPARAM)pidlRet, lpBrowseInfo->lParam); 248 } 249 #else 250 (lpBrowseInfo->lpfn)(hWnd, BFFM_SELCHANGED, (LPARAM)pidlRet, lpBrowseInfo->lParam); 251 #endif 244 252 break; 245 253
Note:
See TracChangeset
for help on using the changeset viewer.