- Timestamp:
- Nov 6, 2000, 12:02:13 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comdlg32/finddlg32.c
r4511 r4560 213 213 /* per MSDN Article Q96135 */ 214 214 if((pdata->fr.Flags & FR_ENABLEHOOK) 215 #ifdef __WIN32OS2__ 216 //SvL: Must use LPFINDREPLACEA/W pointer as lParam; old docs are wrong, later 217 // revisions have been corrected 218 && ! pdata->fr.lpfnHook(hDlgWnd, iMsg, wParam, (LPARAM)pdata->user_fr.fra)) 219 #else 215 220 && ! pdata->fr.lpfnHook(hDlgWnd, iMsg, wParam, pdata->fr.lCustData)) 221 #endif 216 222 return TRUE; 217 223 ShowWindow(hDlgWnd, SW_SHOWNORMAL);
Note:
See TracChangeset
for help on using the changeset viewer.