Ignore:
Timestamp:
Sep 27, 2001, 5:08:35 AM (24 years ago)
Author:
bird
Message:

Win32k/kKrnlLib splittup: done the major stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/splittup/src/win32k/k32/k32SetEnvironment.cpp

    r6296 r6841  
    1 /* $Id: k32SetEnvironment.cpp,v 1.2 2001-07-10 16:39:17 bird Exp $
     1/* $Id: k32SetEnvironment.cpp,v 1.2.2.1 2001-09-27 03:08:23 bird Exp $
    22 *
    33 * k32SetEnvironment - Sets the Odin32 environment for a process.
     
    1919#define INCL_OS2KRNL_LDR
    2020#define NO_WIN32K_LIB_FUNCTIONS
     21#define INCL_KKL_LOG
     22#define INCL_KKL_AVL
    2123
    2224
     
    2527*******************************************************************************/
    2628#include <os2.h>
     29#include <OS2Krnl.h>
     30#include <kKrnlLib.h>
     31
    2732#include <memory.h>
    2833#include "devSegDf.h"                   /* Win32k segment definitions. */
    29 #include "OS2Krnl.h"
    3034#include "win32k.h"
    3135#include "k32.h"
     
    3337#include "dev32.h"
    3438#include "dev32hlp.h"
    35 #include "log.h"
    36 #include "macros.h"
    37 #include "avl.h"
    3839#include "PerTaskW32kData.h"
    3940
Note: See TracChangeset for help on using the changeset viewer.