Changeset 2617 for trunk/src


Ignore:
Timestamp:
Feb 3, 2000, 10:22:30 PM (26 years ago)
Author:
bird
Message:

Corrected OTE definition. ote_sel and ote_hob had to be switched!

File:
1 edited

Legend:

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

    r2593 r2617  
    1 /* $Id: OS2Krnl.h,v 1.5 2000-02-01 12:55:28 bird Exp $
     1/* $Id: OS2Krnl.h,v 1.6 2000-02-03 21:22:30 bird Exp $
    22 *
    33 * OS/2 kernel structures, typedefs and macros.
     
    3737    ULONG    ote_mapsize;          /* Num of entries in obj page map */
    3838  /*ULONG    ote_reserved;*/
     39    USHORT   ote_sel;              /* Object Selector */
    3940    USHORT   ote_hob;              /* Object Handle */
    40     USHORT   ote_sel;              /* Object Selector */
    4141} OTE, *POTE;
    4242
Note: See TracChangeset for help on using the changeset viewer.