Ignore:
Timestamp:
Dec 16, 2002, 3:25:07 AM (23 years ago)
Author:
bird
Message:

Cleanup/Backup.

File:
1 edited

Legend:

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

    r6815 r9514  
    1 /* $Id: OS2Krnl.h,v 1.3 2001-09-26 03:52:36 bird Exp $
     1/* $Id: OS2Krnl.h,v 1.4 2002-12-16 02:25:06 bird Exp $
    22 *
    33 * OS/2 kernel structures, typedefs and macros.
    4  *
    54 * Top-level include file.
    65 *
    7  * Project Odin Software License can be found in LICENSE.TXT
     6 * Copyright (c) 1999-2003 knut st. osmundsen <bird@anduin.net>
     7 *
     8 *
     9 * This file is part of kKrnlLib.
     10 *
     11 * kKrnlLib is free software; you can redistribute it and/or modify
     12 * it under the terms of the GNU General Public License as published by
     13 * the Free Software Foundation; either version 2 of the License, or
     14 * (at your option) any later version.
     15 *
     16 * kKrnlLib is distributed in the hope that it will be useful,
     17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
     18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     19 * GNU General Public License for more details.
     20 *
     21 * You should have received a copy of the GNU General Public License
     22 * along with kKrnlLib; if not, write to the Free Software
     23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    824 *
    925 */
     
    98114
    99115#ifdef INCL_OS2KRNL_IO
    100     #include <OS2KIO.h>
     116    #include "OS2KIO.h"
    101117#endif
    102118
    103119#ifdef INCL_OS2KRNL_VM
    104     #include <OS2KVM.h>
     120    #include "OS2KVM.h"
    105121#endif
    106122
    107123#ifdef INCL_OS2KRNL_VMOWNER
    108     #include <OS2KOwn.h>
     124    #include "OS2KOwn.h"
    109125#endif
    110126
    111127#ifdef INCL_OS2KRNL_SM
    112     #include <OS2KSM.h>
     128    #include "OS2KSM.h"
    113129#endif
    114130
    115131#ifdef INCL_OS2KRNL_SEM
    116     #include <OS2KSEM.h>
     132    #include "OS2KSEM.h"
    117133#endif
    118134
    119135#ifdef INCL_OS2KRNL_PTDA
    120     #include <OS2KPTDA.h>
     136    #include "OS2KPTDA.h"
    121137#endif
    122138
    123139#ifdef INCL_OS2KRNL_TCB
    124     #include <OS2KTCB.h>
     140    #include "OS2KTCB.h"
    125141#endif
    126142
    127143#ifdef INCL_OS2KRNL_PG
    128     #include <OS2KPG.h>
     144    #include "OS2KPG.h"
    129145#endif
    130146
    131147#ifdef INCL_OS2KRNL_SEL
    132     #include <OS2KSEL.h>
     148    #include "OS2KSEL.h"
    133149#endif
    134150
    135151#ifdef INCL_OS2KRNL_TK
    136     #include <OS2KTK.h>
     152    #include "OS2KTK.h"
    137153#endif
    138154
    139155#ifdef INCL_OS2KRNL_LDR
    140     #include <OS2KLDR.h>
     156    #include "OS2KLDR.h"
    141157#endif
    142158
    143159#ifdef INCL_OS2KRNL_SEC
    144     #include <OS2KSEC.h>
     160    #include "OS2KSEC.h"
    145161#endif
    146162
Note: See TracChangeset for help on using the changeset viewer.