Changeset 1290 for trunk/src


Ignore:
Timestamp:
Oct 14, 1999, 3:27:02 PM (26 years ago)
Author:
bird
Message:

Removed some debug code generating a 2nd.dll.

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:14 bird Exp $
     1/* $Id: pe2lxmain.cpp,v 1.2 1999-10-14 13:27:02 bird Exp $
    22 *
    33 * Pe2Lx main program. (Ring 3 only!)
     
    203203            }
    204204            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();
    212205        }
    213206        else
Note: See TracChangeset for help on using the changeset viewer.