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/OS2Krnl.h

    r847 r1467  
    1 /* $Id: OS2Krnl.h,v 1.1 1999-09-06 02:19:57 bird Exp $
     1/* $Id: OS2Krnl.h,v 1.2 1999-10-27 02:02:55 bird Exp $
    22 *
    33 * OS/2 kernel structures, typedefs and macros.
     
    1010#pragma pack(1)
    1111
    12 #ifndef RING0_DEBUG_IN_RING3
    13     typedef USHORT SFN,*PSFN;         /* system file number */
     12#ifdef RING0
     13    typedef USHORT SFN, *PSFN;         /* system file number */
    1414#else
    1515    #define SFN HFILE
Note: See TracChangeset for help on using the changeset viewer.