Changeset 4816 for trunk/src/kernel32


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

Prepared for build level info.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.