Changeset 1841 for trunk/dll/excputil.c
- Timestamp:
- Aug 12, 2015, 7:08:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/excputil.c
r1801 r1841 12 12 2008-12-06 SHL Baseline (Ticket #26) 13 13 2015-04-03 SHL HandleException: check for ignore before checking for cascade 14 2015-08-09 SHL Use xDosGetInfoBlocks 14 15 15 16 ************************************************************/ … … 168 169 pszTime = asctime(ptm); 169 170 170 apiret = DosGetInfoBlocks(&ptib, &ppib);171 apiret = xDosGetInfoBlocks(&ptib, &ppib); 171 172 if (apiret) { 172 173 ulpid = 0;
Note:
See TracChangeset
for help on using the changeset viewer.