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/k32ProcessReadWrite.cpp

    r5086 r6841  
    1 /* $Id: k32ProcessReadWrite.cpp,v 1.2 2001-02-10 11:11:44 bird Exp $
     1/* $Id: k32ProcessReadWrite.cpp,v 1.2.2.1 2001-09-27 03:08:22 bird Exp $
    22 *
    33 * k32ProcessReadWrite  -  Read or write to another process.
     
    2222#define INCL_OS2KRNL_LDR
    2323#define NO_WIN32K_LIB_FUNCTIONS
     24#define INCL_KKL_LOG
    2425
    2526/*******************************************************************************
     
    2728*******************************************************************************/
    2829#include <os2.h>
     30#include <OS2Krnl.h>
     31#include <kKrnlLib.h>
    2932
    3033#include "devSegDf.h"                   /* Win32k segment definitions. */
    31 #include "OS2Krnl.h"
    3234#include "win32k.h"
    3335#include "k32.h"
    3436#include "options.h"
    3537#include "dev32.h"
    36 #include "log.h"
    3738
    3839
Note: See TracChangeset for help on using the changeset viewer.