Changeset 6797 for trunk/src


Ignore:
Timestamp:
Sep 24, 2001, 4:13:01 AM (24 years ago)
Author:
bird
Message:

Added OS2KOwn.h, INCL_OS2KRNL_VMOWNER.

File:
1 edited

Legend:

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

    r6701 r6797  
    1 /* $Id: OS2Krnl.h,v 1.1 2001-09-14 01:50:16 bird Exp $
     1/* $Id: OS2Krnl.h,v 1.2 2001-09-24 02:13:01 bird Exp $
    22 *
    33 * OS/2 kernel structures, typedefs and macros.
     
    8181    #define INCL_OS2KRNL_IO
    8282    #define INCL_OS2KRNL_VM
     83    #define INCL_OS2KRNL_VMOWNER
    8384    #define INCL_OS2KRNL_SM
    8485    #define INCL_OS2KRNL_SEM
     
    100101#ifdef INCL_OS2KRNL_VM
    101102    #include <OS2KVM.h>
     103#endif
     104
     105#ifdef INCL_OS2KRNL_VMOWNER
     106    #include <OS2KOwn.h>
    102107#endif
    103108
Note: See TracChangeset for help on using the changeset viewer.