Ignore:
Timestamp:
Oct 22, 1999, 8:07:24 PM (26 years ago)
Author:
sandervl
Message:

exception handler changes + EB's HeapReAlloc fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/lfile.cpp

    r1155 r1403  
    1 /* $Id: lfile.cpp,v 1.4 1999-10-06 15:00:27 phaller Exp $ */
     1/* $Id: lfile.cpp,v 1.5 1999-10-22 18:07:21 sandervl Exp $ */
    22
    33/*
     
    175175   ULONG rc;
    176176
    177    dprintf(("KERNEL32: _lread(%08xh, %08xh, %08xh)\n",
    178             arg1,
    179             arg2,
    180             arg3));
     177//   dprintf(("KERNEL32: _lread(%08xh, %08xh, %08xh)\n",
     178//            arg1,
     179//            arg2,
     180//            arg3));
    181181
    182182   if (!ReadFile(arg1,
     
    187187      rc = -1;
    188188
    189    dprintf(("KERNEL32: _lread returns %08xh.",
    190             rc));
     189//   dprintf(("KERNEL32: _lread returns %08xh.",
     190//            rc));
    191191
    192192   return rc;
Note: See TracChangeset for help on using the changeset viewer.