Changeset 1841


Ignore:
Timestamp:
Aug 12, 2015, 7:08:56 AM (10 years ago)
Author:
Steven Levine
Message:

Use xDosGetInfoBlocks in HandleException

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/excputil.c

    r1801 r1841  
    1212  2008-12-06 SHL Baseline (Ticket #26)
    1313  2015-04-03 SHL HandleException: check for ignore before checking for cascade
     14  2015-08-09 SHL Use xDosGetInfoBlocks
    1415
    1516************************************************************/
     
    168169  pszTime = asctime(ptm);
    169170
    170   apiret = DosGetInfoBlocks(&ptib, &ppib);
     171  apiret = xDosGetInfoBlocks(&ptib, &ppib);
    171172  if (apiret) {
    172173    ulpid = 0;
Note: See TracChangeset for help on using the changeset viewer.