Changeset 1290 for trunk/src/win32k/pe2lx/pe2lxmain.cpp
- Timestamp:
- Oct 14, 1999, 3:27:02 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/pe2lx/pe2lxmain.cpp
r1268 r1290 1 /* $Id: pe2lxmain.cpp,v 1. 1 1999-10-14 01:15:14bird Exp $1 /* $Id: pe2lxmain.cpp,v 1.2 1999-10-14 13:27:02 bird Exp $ 2 2 * 3 3 * Pe2Lx main program. (Ring 3 only!) … … 203 203 } 204 204 pe2lx.dumpVirtualLxFile(); 205 rc = pe2lx.writeLxFile("2nd.dll");206 if (rc != NO_ERROR)207 {208 printf("Fatal error: Failed to write the 2nd Lx-file. rc=%d\n", rc);209 rc = 84;210 }211 pe2lx.dumpVirtualLxFile();212 205 } 213 206 else
Note:
See TracChangeset
for help on using the changeset viewer.