Ignore:
Timestamp:
Feb 16, 2000, 12:39:20 AM (26 years ago)
Author:
bird
Message:

IOCtl exported services.
k32AllocMemEx.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/OS2Krnl.h

    r2617 r2799  
    1 /* $Id: OS2Krnl.h,v 1.6 2000-02-03 21:22:30 bird Exp $
     1/* $Id: OS2Krnl.h,v 1.7 2000-02-15 23:39:19 bird Exp $
    22 *
    33 * OS/2 kernel structures, typedefs and macros.
     4 *
     5 * Top-level include file.
    46 *
    57 * Project Odin Software License can be found in LICENSE.TXT
     
    149151   USHORT         mte_usecnt;    /* (.EXE only) - use count */
    150152   CHAR           mte_modname[8];
    151 }MTE,*PMTE,**PPMTE;
     153} MTE,*PMTE,**PPMTE;
    152154
    153155
     
    232234#ifdef INCL_OS2KRNL_ALL
    233235    #define INCL_OS2KRNL_IO
     236    #define INCL_OS2KRNL_VM
    234237#endif
    235238
     
    238241#endif
    239242
    240 #endif
     243#ifdef INCL_OS2KRNL_VM
     244    #include <OS2KVM.h>
     245#endif
     246
     247#endif
Note: See TracChangeset for help on using the changeset viewer.