Changeset 131 for trunk/src/peldr/pe.cpp
- Timestamp:
- Jun 20, 1999, 4:02:13 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/peldr/pe.cpp
r120 r131 1 /* $Id: pe.cpp,v 1. 3 1999-06-19 10:54:46sandervl Exp $ */1 /* $Id: pe.cpp,v 1.4 1999-06-20 14:02:13 sandervl Exp $ */ 2 2 3 3 /* … … 23 23 #include <string.h> 24 24 #include <assert.h> 25 #include "win32type.h" 26 #include "misc.h" 27 #include "winexe.h" 28 #include "windll.h" 25 #include <win32type.h> 26 #include <misc.h> 27 #include <winexe.h> 28 #include <windll.h> 29 #include <wprocess.h> 29 30 30 31 char INFO_BANNER[] = "Usage: PE winexe commandline"; … … 103 104 } 104 105 WinExe->start(); 106 105 107 delete WinExe; 106 108
Note:
See TracChangeset
for help on using the changeset viewer.