Changeset 484 for trunk/src/kernel32/winimage.cpp
- Timestamp:
- Aug 12, 1999, 12:27:56 AM (26 years ago)
- 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:09phaller Exp $ */1 /* $Id: winimage.cpp,v 1.7 1999-08-11 22:27:56 phaller Exp $ */ 2 2 3 3 /* … … 27 27 #include <odincrt.h> 28 28 29 #include <iostream.h>30 #include <fstream.h>29 //#include <iostream.h> 30 //#include <fstream.h> 31 31 #include <assert.h> 32 32 #include "misc.h" … … 1078 1078 0L); /* No extended attribute */ 1079 1079 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); 1083 1086 } 1084 1087
Note:
See TracChangeset
for help on using the changeset viewer.