Changeset 1843


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

Use xDosGetInfoBlocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/systemf.c

    r1749 r1843  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2003, 2010 Steven H.Levine
     9  Copyright (c) 2003, 2015 Steven H.Levine
    1010
    1111  21 Nov 03 SHL Comments
     
    11491149      }
    11501150
    1151       DosGetInfoBlocks(&ptib, &ppib);
     1151      xDosGetInfoBlocks(&ptib, &ppib);
    11521152
    11531153      if (~type & WAIT)
Note: See TracChangeset for help on using the changeset viewer.