Ignore:
Timestamp:
Apr 15, 2001, 4:29:49 PM (25 years ago)
Author:
sandervl
Message:

Rewrote (Get)ClipCursor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/USER32.DEF

    r5496 r5509  
    1 ; $Id: USER32.DEF,v 1.52 2001-04-12 14:04:32 sandervl Exp $
     1; $Id: USER32.DEF,v 1.53 2001-04-15 14:29:47 sandervl Exp $
    22
    33LIBRARY USER32 INITINSTANCE TERMINSTANCE
     
    2020    _GpiEnableYInversion        = PMGPI.723
    2121    _GpiQueryYInversion         = PMGPI.726
     22    _WinQueryPointerClipRect    = PMMERGE.5433
     23    _WinSetPointerClipRect      = PMMERGE.5434
     24
    2225;;;; Present in WGSS50
    2326;;;;    _GpiQueryDCData             = PMGPI.665
     
    636639
    637640
     641;----------------------------------
     642; obsolete WINNLS APIs (Far East)
     643;----------------------------------
     644    SendIMEMessageExA          = _SendIMEMessageExA@8           @1010
     645    SendIMEMessageExW          = _SendIMEMessageExW@8           @1011
     646
     647    WINNLSEnableIME            = _WINNLSEnableIME@8             @1012
     648    WINNLSGetEnableStatus      = _WINNLSGetEnableStatus@4       @1013
     649    WINNLSGetIMEHotkey         = _WINNLSGetIMEHotkey@4          @1014
     650
    638651;------------------------------------------------------------------------------
    639652; Wine/Odin helper function
     
    675688    _CreateFakeWindowEx@4                                        @2028 NONAME
    676689
    677 ;----------------------------------
    678 ; obsolete WINNLS APIs (Far East)
    679 ;----------------------------------
    680     SendIMEMessageExA          = _SendIMEMessageExA@8
    681     SendIMEMessageExW          = _SendIMEMessageExW@8
    682 
    683     WINNLSEnableIME            = _WINNLSEnableIME@8
    684     WINNLSGetEnableStatus      = _WINNLSGetEnableStatus@4
    685     WINNLSGetIMEHotkey         = _WINNLSGetIMEHotkey@4
Note: See TracChangeset for help on using the changeset viewer.