Changeset 5086 for trunk/src/win32k/pe2lx/pe2lxmain.cpp
- Timestamp:
- Feb 10, 2001, 12:11:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/pe2lx/pe2lxmain.cpp
r5050 r5086 1 /* $Id: pe2lxmain.cpp,v 1. 6 2001-02-02 08:35:54bird Exp $1 /* $Id: pe2lxmain.cpp,v 1.7 2001-02-10 11:11:48 bird Exp $ 2 2 * 3 3 * Pe2Lx main program. (Ring 3 only!) … … 16 16 #define INCL_DOSFILEMGR 17 17 #define INCL_DOSERRORS 18 #define INCL_OS2KRNL_LDR 18 19 19 20 #define DATA16_GLOBAL … … 76 77 PCSZ psz; 77 78 int argi; 79 80 /* special edition for Dave Evans */ 81 options.fPEOneObject = FLAGS_PEOO_DISABLED; 78 82 79 83 /* read parameters */
Note:
See TracChangeset
for help on using the changeset viewer.