Changeset 4816 for trunk/src


Ignore:
Timestamp:
Dec 17, 2000, 12:24:36 AM (25 years ago)
Author:
bird
Message:

Prepared for build level info.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/KERNEL32.DEF

    r4658 r4816  
    1 ; $Id: KERNEL32.DEF,v 1.94 2000-11-21 11:35:07 sandervl Exp $
    2 
    3 ;Created by BLAST for IBM's compiler
     1; $Id: KERNEL32.DEF,v 1.95 2000-12-16 23:24:35 bird Exp $
     2
    43;Basis is Windows95 KERNEL32
    54LIBRARY KERNEL32 INITINSTANCE TERMINSTANCE
    65DATA MULTIPLE NONSHARED LOADONCALL
    76CODE SHARED LOADONCALL
     7
     8DESCRIPTION 'Odin32 System DLL - Kernel32'
    89
    910SEGMENTS
     
    10121013    RegUnLoadKeyA               = _RegUnLoadKeyA@8              @1145
    10131014    RegUnLoadKeyW               = _RegUnLoadKeyW@8              @1146
    1014                                                                          
    1015 
    1016                                                                                    
    1017 ; ----------------------------------------------------------------------------     
     1015
     1016
     1017
     1018; ----------------------------------------------------------------------------
    10181019;   KERNEL32 / WINE support functions that do not exist in the Win32 API
    10191020;   (These starts at ordinal 1200, API have ordinal less than 1200.)
     
    11481149    _ConvertCursorToOS2@4                                         @2008
    11491150    _FreeOS2Resource@4                                            @2009
    1150  
     1151
    11511152    GetDisplayCodepage__Fv                                        @3000
    11521153    GetWindowsCodepage__Fv                                        @3001
  • trunk/src/user32/USER32.DEF

    r4601 r4816  
    1 ; $Id: USER32.DEF,v 1.44 2000-11-15 20:44:25 sandervl Exp $
    2 
    3 ;Created by BLAST for IBM's compiler
     1; $Id: USER32.DEF,v 1.45 2000-12-16 23:24:36 bird Exp $
     2
    43LIBRARY USER32 INITINSTANCE TERMINSTANCE
     4DESCRIPTION 'Odin32 System Dll - User32'
    55DATA MULTIPLE NONSHARED LOADONCALL
    66CODE SHARED LOADONCALL
     
    1919    _GpiEnableYInversion        = PMGPI.723
    2020    _GpiQueryYInversion         = PMGPI.726
    21 ;;;----------->>>>
    22     _GpiQueryDCData            = PMGPI.665
     21    _GpiQueryDCData             = PMGPI.665
    2322
    2423EXPORTS
     
    635634
    636635
     636;------------------------------------------------------------------------------
    637637; Wine/Odin helper function
     638;------------------------------------------------------------------------------
    638639    GetSysColorPen              = _GetSysColorPen@4              @2002
    639640    GetPattern55AABrush         = _GetPattern55AABrush@0         @2003
Note: See TracChangeset for help on using the changeset viewer.