Changeset 6226 for trunk/src


Ignore:
Timestamp:
Jul 8, 2001, 5:03:51 AM (24 years ago)
Author:
bird
Message:

Declared the 32-bit openclose request packet.

File:
1 edited

Legend:

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

    r5086 r6226  
    1 /* $Id: dev1632.h,v 1.7 2001-02-10 11:11:43 bird Exp $
     1/* $Id: dev1632.h,v 1.8 2001-07-08 03:03:51 bird Exp $
    22 * dev1632.h - Common header file for 16-bit and 32-bit C
    33 *
     
    4343} RP32GENIOCTL, *PRP32GENIOCTL;
    4444
     45typedef struct _RP32OPENCLOSE
     46{
     47    RPH32       rph;
     48    USHORT      sfn;
     49} RP32OPENCLOSE, *PRP32OPENCLOSE;
    4550
    4651#ifdef _OS2KLDR_H_
Note: See TracChangeset for help on using the changeset viewer.