Ignore:
Timestamp:
Feb 10, 2001, 12:11:48 PM (25 years ago)
Author:
bird
Message:

Moved ldrCalls.h into the OS2Krnl.h tree as OS2KLDR.h.
Also moved the Ldr definitions from OS2Krnl.h and into OS2KLDR.h.

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:54 bird Exp $
     1/* $Id: pe2lxmain.cpp,v 1.7 2001-02-10 11:11:48 bird Exp $
    22 *
    33 * Pe2Lx main program. (Ring 3 only!)
     
    1616#define INCL_DOSFILEMGR
    1717#define INCL_DOSERRORS
     18#define INCL_OS2KRNL_LDR
    1819
    1920#define DATA16_GLOBAL
     
    7677    PCSZ   psz;
    7778    int    argi;
     79
     80    /* special edition for Dave Evans */
     81    options.fPEOneObject = FLAGS_PEOO_DISABLED;
    7882
    7983    /* read parameters */
Note: See TracChangeset for help on using the changeset viewer.