Changeset 1707 for trunk/dll/excputil.c
- Timestamp:
- Feb 8, 2014, 9:14:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/excputil.c
r1673 r1707 194 194 else { 195 195 // DbgMsg(pszSrcFile, __LINE__, "Invoking exceptq handler at %p", pfn); 196 (*pfn)(pReport, pReg, pContext,pv);196 (*pfn)(pReport, pReg, pContext, pv); 197 197 handled = TRUE; 198 198 }
Note:
See TracChangeset
for help on using the changeset viewer.