Changeset 3938 for trunk/src/user32


Ignore:
Timestamp:
Aug 2, 2000, 9:41:06 PM (25 years ago)
Author:
bird
Message:

Corrected 4 ordinals.

File:
1 edited

Legend:

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

    r3800 r3938  
    1 ; $Id: USER32.DEF,v 1.35 2000-07-04 08:42:05 sandervl Exp $
     1; $Id: USER32.DEF,v 1.36 2000-08-02 19:41:06 bird Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    629629    EnumDisplayMonitors        = _EnumDisplayMonitors@16        @1005
    630630
     631;
     632; These are also APIs.
     633;
     634    _SetMapMode@8                                                @1050
     635    _GetMapMode@4                                                @1051
     636    _SetViewportExtEx@16                                         @1052
     637    _GetViewportExtEx@8                                          @1053
     638
     639
    631640; Wine/Odin helper function
    632641    GetSysColorPen              = _GetSysColorPen@4              @2002
     
    649658    OSLibGetScreenHeight__Fv                                     @2013
    650659    OSLibGetScreenWidth__Fv                                      @2014
    651 
    652     _SetMapMode@8                                                @2015
    653     _GetMapMode@4                                                @2016
    654     _SetViewportExtEx@16                                         @2017
    655     _GetViewportExtEx@8                                          @2018
Note: See TracChangeset for help on using the changeset viewer.