Changeset 1631 for trunk/include


Ignore:
Timestamp:
Nov 8, 1999, 2:46:45 PM (26 years ago)
Author:
sandervl
Message:

header changes/additions

Location:
trunk/include
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winerror.h

    r1630 r1631  
     1/* $Id: winerror.h,v 1.4 1999-11-08 13:46:45 sandervl Exp $ */
    12#ifndef __WINE_WINERROR_H
    23#define __WINE_WINERROR_H
  • trunk/include/win/winuser.h

    r1610 r1631  
    1 /* $Id: winuser.h,v 1.16 1999-11-05 10:32:48 phaller Exp $ */
     1/* $Id: winuser.h,v 1.17 1999-11-08 13:45:35 sandervl Exp $ */
    22
    33#ifndef __INCLUDE_WINUSER_H
     
    27252725#define VK_PA1              0xFD
    27262726#define VK_OEM_CLEAR        0xFE
     2727
     2728/**************************************************************/
     2729/* The following vkey definitions are undocumented in Windows */
     2730/**************************************************************/
     2731#define VK_SEMICOLON       0xBA
     2732#define VK_EQUAL           0xBB
     2733#define VK_COMMA           0xBC
     2734#define VK_HYPHEN          0xBD
     2735#define VK_PERIOD          0xBE
     2736#define VK_SLASH           0xBF
     2737#define VK_GRAVE           0xC0
     2738#define VK_BRACKETLEFT     0xDB
     2739#define VK_BACKSLASH       0xDC
     2740#define VK_BRACKETRIGHT    0xDD
     2741#define VK_QUOTESINGLE     0xDE
     2742#define VK_EXTRA           0xE2
    27272743
    27282744  /* Key status flags for mouse events */
  • trunk/include/winconst.h

    r1344 r1631  
    1 /* $Id: winconst.h,v 1.11 1999-10-17 19:30:51 cbratschi Exp $ */
     1/* $Id: winconst.h,v 1.12 1999-11-08 13:45:35 sandervl Exp $ */
    22
    33/*
     
    245245#define SC_SCREENSAVE_W   0xf140
    246246#define SC_HOTKEY_W       0xf150
     247
     248/* Key status flags for mouse events */
     249#define MK_LBUTTON_W        0x0001
     250#define MK_RBUTTON_W        0x0002
     251#define MK_SHIFT_W          0x0004
     252#define MK_CONTROL_W        0x0008
     253#define MK_MBUTTON_W        0x0010
Note: See TracChangeset for help on using the changeset viewer.