Ignore:
Timestamp:
Aug 31, 2007, 4:16:27 AM (18 years ago)
Author:
bird
Message:

Dropped kLdrBase.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kLdr/kLdrHlpMem.c

    r3567 r3569  
    227227    {
    228228        /* decommit the pages in the stub. */
    229         KSIZE cbStub = KLDR_MIN(g_cbStub - offStub, cb);
     229        KSIZE cbStub = K_MIN(g_cbStub - offStub, cb);
    230230        rc = DosSetMem(pv, cbStub, PAG_DECOMMIT);
    231231        if (rc)
Note: See TracChangeset for help on using the changeset viewer.