Changeset 546 for trunk/src


Ignore:
Timestamp:
Aug 18, 1999, 3:23:41 PM (26 years ago)
Author:
phaller
Message:

Fix: Przemyslaw Dobrowolski lstrcpyAtoW, etc. missing from kernel32 export

File:
1 edited

Legend:

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

    r506 r546  
    1 ; $Id: KERNEL32.DEF,v 1.20 1999-08-16 13:54:32 sandervl Exp $
     1; $Id: KERNEL32.DEF,v 1.21 1999-08-18 13:23:41 phaller Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    920920    lstrlenA                   = _lstrlenA@4                 @779
    921921    lstrlenW                   = _lstrlenW@4                 @780
     922    lstrcpynAtoW               = _lstrcpynAtoW@12            @781
     923    lstrcpynWtoA               = _lstrcpynWtoA@12            @782
     924    lstrcpyAtoW                = _lstrcpyAtoW@8              @783
     925    lstrcpyWtoA                = _lstrcpyWtoA@8              @784
     926
    922927
    923928
     
    927932
    928933;really belongs in NTDLL.DLL...
    929     memmove                    = _OS2memmove                    @906
    930 
    931     ConvertNameId                 = ConvertNameId                  @1200
    932     UpCase                        = UpCase                         @1201
    933     WriteLog                      = WriteLog                       @1202
    934     WriteLogError                 = WriteLogError                  @1214
     934    memmove                    = _OS2memmove                      @906
     935
     936    ConvertNameId                 = ConvertNameId                 @1200
     937    UpCase                        = UpCase                        @1201
     938    WriteLog                      = WriteLog                      @1202
     939    WriteLogError                 = WriteLogError                 @1214
    935940
    936941;Used by tibfix page in exe (change ordinal in lx.cpp too!!)
    937     RegisterExe                   = _RegisterExe@48                @1203
     942    RegisterExe                   = _RegisterExe@48               @1203
    938943;VMutex
    939    enter__6VMutexFUl                                               @1204
    940    leave__6VMutexFv                                                @1205
    941    __ct__6VMutexFv                                                 @1206
    942    __dt__6VMutexFv                                                 @1207
     944   enter__6VMutexFUl                                              @1204
     945   leave__6VMutexFv                                               @1205
     946   __ct__6VMutexFv                                                @1206
     947   __dt__6VMutexFv                                                @1207
    943948;Used by tibfix page in dll (change ordinal in lx.cpp too!!)
    944 ;;;    DLLExitList                   = _DLLExitList@4                 @1208
    945     RegisterDll                   = _RegisterDll@48                @1209
     949;   DLLExitList                   = _DLLExitList@4                @1208
     950    RegisterDll                   = _RegisterDll@48               @1209
    946951;Unicode
    947    UnicodeToAsciiString = _UnicodeToAsciiString@4                  @1210
    948    UnicodeToAscii       = _UnicodeToAscii@8                        @1211
    949    FreeAsciiString      = _FreeAsciiString@4                       @1212
    950    AsciiToUnicode       = _AsciiToUnicode@8                        @1213
    951    UnicodeToAsciiN      = _UnicodeToAsciiN@12                      @1215
    952    AsciiToUnicodeN      = _AsciiToUnicodeN@12                      @1216
     952   UnicodeToAsciiString = _UnicodeToAsciiString@4                 @1210
     953   UnicodeToAscii       = _UnicodeToAscii@8                       @1211
     954   FreeAsciiString      = _FreeAsciiString@4                      @1212
     955   AsciiToUnicode       = _AsciiToUnicode@8                       @1213
     956   UnicodeToAsciiN      = _UnicodeToAsciiN@12                     @1215
     957   AsciiToUnicodeN      = _AsciiToUnicodeN@12                     @1216
    953958
    954959;Win32Exe constructor
    955    __ct__8Win32ExeFPc                                              @1220
     960   __ct__8Win32ExeFPc                                             @1220
    956961
    957962;Get version resource
    958    GetVersionStruct     = GetVersionStruct                         @1221
    959    GetVersionSize       = GetVersionSize                           @1222
     963   GetVersionStruct     = GetVersionStruct                        @1221
     964   GetVersionSize       = GetVersionSize                          @1222
    960965
    961966;version functions
    962    CheckVersionFromHMOD = CheckVersionFromHMOD                     @1223
    963    CheckVersion         = CheckVersion                             @1224
    964 
    965    Win32QueryModuleName = Win32QueryModuleName                     @1225
    966 
    967    GetFS                = GetFS                                    @1226
    968    SetFS                = SetFS                                    @1227
    969 
    970    RestoreOS2TIB        = _RestoreOS2TIB@0                         @1228
    971    SetWin32TIB          = _SetWin32TIB@0                           @1229
    972    RestoreOS2FS         = RestoreOS2FS                             @1230
     967   CheckVersionFromHMOD = CheckVersionFromHMOD                    @1223
     968   CheckVersion         = CheckVersion                            @1224
     969
     970   Win32QueryModuleName = Win32QueryModuleName                    @1225
     971
     972   GetFS               = GetFS                                    @1226
     973   SetFS               = SetFS                                    @1227
     974
     975   RestoreOS2TIB        = _RestoreOS2TIB@0                        @1228
     976   SetWin32TIB          = _SetWin32TIB@0                          @1229
     977   RestoreOS2FS         = RestoreOS2FS                            @1230
    973978
    974979   ;SvL: HandleManager functions
    975    HMHandleAllocate__FPUlUl                                        @1231
    976    HMHandleFree__FUl                                               @1232
    977    HMHandleTranslateToOS2__FUlPUl                                  @1233
    978 
    979    GetThreadTEB         = _GetThreadTEB@0                          @1234
    980    GetThreadTHDB        = _GetThreadTHDB@0                         @1235
    981 
    982    CreateWin32Exe       = _CreateWin32Exe@4                        @1236
     980   HMHandleAllocate__FPUlUl                                       @1231
     981   HMHandleFree__FUl                                              @1232
     982   HMHandleTranslateToOS2__FUlPUl                                 @1233
     983
     984   GetThreadTEB         = _GetThreadTEB@0                         @1234
     985   GetThreadTHDB        = _GetThreadTHDB@0                        @1235
     986
     987   CreateWin32Exe       = _CreateWin32Exe@4                       @1236
    983988
    984989; HEAP Management (heap.cpp, heapstring.cpp)
    985     HEAP_xalloc                = _HEAP_xalloc@12                   @1240
    986     HEAP_xrealloc              = _HEAP_xrealloc@16                 @1241
    987     HEAP_malloc                = _HEAP_malloc@4                    @1242
    988     HEAP_realloc               = _HEAP_realloc@8                   @1243
    989     HEAP_free                  = _HEAP_free@4                      @1244
    990     HEAP_strdupWtoA            = _HEAP_strdupWtoA@12               @1245
    991     HEAP_strdupAtoW            = _HEAP_strdupAtoW@12               @1246
    992     HEAP_strdupA               = _HEAP_strdupA@12                  @1247
    993     HEAP_strdupW               = _HEAP_strdupW@12                  @1248
    994 
     990    HEAP_xalloc                = _HEAP_xalloc@12                  @1240
     991    HEAP_xrealloc              = _HEAP_xrealloc@16                @1241
     992    HEAP_malloc                = _HEAP_malloc@4                   @1242
     993    HEAP_realloc               = _HEAP_realloc@8                  @1243
     994    HEAP_free                  = _HEAP_free@4                     @1244
     995    HEAP_strdupWtoA            = _HEAP_strdupWtoA@12              @1245
     996    HEAP_strdupAtoW            = _HEAP_strdupAtoW@12              @1246
     997    HEAP_strdupA               = _HEAP_strdupA@12                 @1247
     998    HEAP_strdupW               = _HEAP_strdupW@12                 @1248
     999
     1000
Note: See TracChangeset for help on using the changeset viewer.