Ignore:
Timestamp:
Nov 3, 1999, 9:18:22 PM (26 years ago)
Author:
sandervl
Message:

logging change

File:
1 edited

Legend:

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

    r1475 r1579  
    1 /* $Id: winimagepeldr.cpp,v 1.9 1999-10-27 10:35:42 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.10 1999-11-03 20:18:22 sandervl Exp $ */
    22
    33/*
     
    761761             ordinal));
    762762
    763         fout << "--->>> NOT FOUND!";
     763        fout << "--->>> NOT FOUND!" << endl;
    764764        *import = (ULONG)MissingApi;
    765765  }
     
    781781             impname));
    782782
    783         fout << "--->>> NOT FOUND!";
     783        fout << "--->>> NOT FOUND!" << endl;
    784784        *import = (ULONG)MissingApi;
    785785  }
Note: See TracChangeset for help on using the changeset viewer.