Ignore:
Timestamp:
Oct 1, 2000, 4:58:21 AM (25 years ago)
Author:
bird
Message:

Implemented tool for generating calltab for kernel imports. (mkcalltab)
Implemented API for accessing memory in another process. (*ProcessReadWrite)
Added kernel imports needed to implemented ProcessReadWrite.
Removed unused kernel imports.

File:
1 edited

Legend:

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

    r4164 r4347  
    1 /* $Id: OS2Krnl.h,v 1.8 2000-09-02 21:08:00 bird Exp $
     1/* $Id: OS2Krnl.h,v 1.9 2000-10-01 02:58:17 bird Exp $
    22 *
    33 * OS/2 kernel structures, typedefs and macros.
     
    265265#endif
    266266
     267#ifdef INCL_OS2KRNL_PTDA
     268    #include <OS2KPTDA.h>
     269#endif
     270
    267271#ifdef INCL_OS2KRNL_TK
    268272    #include <OS2KTK.h>
    269273#endif
    270274
    271 #ifdef INCL_OS2KRNL_PTDA
    272     #include <OS2KPTDA.h>
    273 #endif
    274 
    275275#ifdef INCL_OS2KRNL_TCB
    276276    #include <OS2KTCB.h>
Note: See TracChangeset for help on using the changeset viewer.