Changeset 21886 for branches/gcc-kmk/src


Ignore:
Timestamp:
Dec 15, 2011, 11:28:30 AM (14 years ago)
Author:
dmik
Message:

Fix swapped WinSetScanStateTable and Win16GetScanState ordinals.

This fixes broken recognition of modifier keys in GUI apps.

Location:
branches/gcc-kmk/src/user32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/user32/user32.def

    r21834 r21886  
    4040    WINGETSCANSTATE             = PMMERGE.3138
    4141    ; For GCC:
    42     _16_Win16GetScanState       = PMMERGE.3266
    43     _16_Win16SetScanStateTable  = PMMERGE.3138
     42    _16_Win16SetScanStateTable  = PMMERGE.3266
     43    _16_Win16GetScanState       = PMMERGE.3138
    4444
    4545;;;; Present in WGSS50
  • branches/gcc-kmk/src/user32/user32dbg.def

    r21834 r21886  
    4040    WINGETSCANSTATE             = PMMERGE.3138
    4141    ; For GCC:
    42     _16_Win16GetScanState       = PMMERGE.3266
    43     _16_Win16SetScanStateTable  = PMMERGE.3138
     42    _16_Win16SetScanStateTable  = PMMERGE.3266
     43    _16_Win16GetScanState       = PMMERGE.3138
    4444
    4545;;;; Present in WGSS50
Note: See TracChangeset for help on using the changeset viewer.