Ignore:
Timestamp:
Oct 8, 1999, 11:52:34 AM (26 years ago)
Author:
sandervl
Message:

EB's accelerator fixes/changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winaccel.h

    r581 r1182  
    1 /* $Id: winaccel.h,v 1.1 1999-08-19 14:18:24 sandervl Exp $ */
     1/* $Id: winaccel.h,v 1.2 1999-10-08 09:52:02 sandervl Exp $ */
    22
    33/*
     
    2424#pragma pack(1)
    2525typedef struct tagWINACCEL {
    26     BYTE   fVirt;               /* Also called the flags field */
     26    BYTE   fVirt;
     27    BYTE   pad0;
    2728    WORD   key;
    2829    WORD   cmd;
    29     BYTE   align[3];
     30    WORD   pad1;
    3031} WINACCEL, *LPWINACCEL;
    3132#pragma pack()
Note: See TracChangeset for help on using the changeset viewer.