Ignore:
Timestamp:
Feb 10, 2001, 12:11:48 PM (25 years ago)
Author:
bird
Message:

Moved ldrCalls.h into the OS2Krnl.h tree as OS2KLDR.h.
Also moved the Ldr definitions from OS2Krnl.h and into OS2KLDR.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/k32/k32ProcessReadWrite.cpp

    r4347 r5086  
    1 /* $Id: k32ProcessReadWrite.cpp,v 1.1 2000-10-01 02:58:18 bird Exp $
     1/* $Id: k32ProcessReadWrite.cpp,v 1.2 2001-02-10 11:11:44 bird Exp $
    22 *
    33 * k32ProcessReadWrite  -  Read or write to another process.
     
    2020#define INCL_OS2KRNL_VM
    2121#define INCL_OS2KRNL_SEM
     22#define INCL_OS2KRNL_LDR
    2223#define NO_WIN32K_LIB_FUNCTIONS
    2324
     
    2930#include "devSegDf.h"                   /* Win32k segment definitions. */
    3031#include "OS2Krnl.h"
    31 #include "ldrCalls.h"
    3232#include "win32k.h"
    3333#include "k32.h"
Note: See TracChangeset for help on using the changeset viewer.