Ignore:
Timestamp:
Aug 12, 1999, 12:27:56 AM (26 years ago)
Author:
phaller
Message:

Fix: update

File:
1 edited

Legend:

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

    r461 r484  
    1 /* $Id: winimage.cpp,v 1.6 1999-08-09 22:10:09 phaller Exp $ */
     1/* $Id: winimage.cpp,v 1.7 1999-08-11 22:27:56 phaller Exp $ */
    22
    33/*
     
    2727#include <odincrt.h>
    2828
    29 #include <iostream.h>
    30 #include <fstream.h>
     29//#include <iostream.h>
     30//#include <fstream.h>
    3131#include <assert.h>
    3232#include "misc.h"
     
    10781078               0L);                            /* No extended attribute */
    10791079
    1080   if (rc != NO_ERROR) {
    1081     fout << "isPEImage: DosOpen returned " << rc << endl;
    1082         return(FALSE);
     1080  if (rc != NO_ERROR)
     1081  {
     1082    dprintf(("KERNEL32:Win32Image::isPEImage(%s) failed with %u\n",
     1083             szFileName,
     1084             rc));
     1085    return(FALSE);
    10831086  }
    10841087
Note: See TracChangeset for help on using the changeset viewer.