Ignore:
Timestamp:
Sep 26, 2001, 5:52:37 AM (24 years ago)
Author:
bird
Message:

Updated to work for kKrnlLib.DLL and internally in kKrnlLib.

File:
1 edited

Legend:

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

    r6797 r6815  
    1 /* $Id: OS2Krnl.h,v 1.2 2001-09-24 02:13:01 bird Exp $
     1/* $Id: OS2Krnl.h,v 1.3 2001-09-26 03:52:36 bird Exp $
    22 *
    33 * OS/2 kernel structures, typedefs and macros.
     
    8282    #define INCL_OS2KRNL_VM
    8383    #define INCL_OS2KRNL_VMOWNER
     84    #define INCL_OS2KRNL_SEL
    8485    #define INCL_OS2KRNL_SM
    8586    #define INCL_OS2KRNL_SEM
    8687    #define INCL_OS2KRNL_TK
    8788    #define INCL_OS2KRNL_PTDA
     89    #define INCL_OS2KRNL_PG
    8890    #define INCL_OS2KRNL_TCB
    8991    #define INCL_OS2KRNL_SEC
     
    107109#endif
    108110
    109 #ifdef INCL_OS2KRNL_PG
    110     #include <OS2KPG.h>
    111 #endif
    112 
    113111#ifdef INCL_OS2KRNL_SM
    114112    #include <OS2KSM.h>
     
    127125#endif
    128126
     127#ifdef INCL_OS2KRNL_PG
     128    #include <OS2KPG.h>
     129#endif
     130
     131#ifdef INCL_OS2KRNL_SEL
     132    #include <OS2KSEL.h>
     133#endif
     134
    129135#ifdef INCL_OS2KRNL_TK
    130136    #include <OS2KTK.h>
Note: See TracChangeset for help on using the changeset viewer.