Ignore:
Timestamp:
Oct 27, 1999, 4:03:01 AM (26 years ago)
Author:
bird
Message:

Corrections to make win32k work.
(And now it does work, at least at my test machine...)

File:
1 edited

Legend:

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

    r1270 r1467  
    1 /* $Id: pe2lx.h,v 1.4 1999-10-14 01:17:55 bird Exp $
     1/* $Id: pe2lx.h,v 1.5 1999-10-27 02:02:57 bird Exp $
    22 *
    33 * Pe2Lx class declarations. Ring 0 and Ring 3
     
    1717*   Defined Constants And Macros                                               *
    1818*******************************************************************************/
    19 /*
    20  * RING3 wrappings for RING0 constructs.
    21  */
    22 #ifdef RING3
    23     typedef HFILE SFN;      /* System File Number. (OS2Krnl.h) */
    24     typedef PVOID PMTE;     /* Pointer to Module Table Entry. (OS2Krnl.h) */
    25 #endif
    26 
    2719/*
    2820 * Misc
Note: See TracChangeset for help on using the changeset viewer.