Ignore:
Timestamp:
Dec 20, 1999, 11:12:43 AM (26 years ago)
Author:
sandervl
Message:

JW: Added stubs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/msvcrt.def

    r1896 r2153  
    1 ; $Id: msvcrt.def,v 1.9 1999-11-30 19:44:04 sandervl Exp $
     1; $Id: msvcrt.def,v 1.10 1999-12-20 10:12:43 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    665665    _beep                       = CRTDLL__beep                  @165
    666666    _beginthread                = CRTDLL__beginthread           @166
    667 ;   _beginthreadex                                              @167
     667    _beginthreadex              = _MSVCRT__beginthreadex        @167
    668668    _c_exit                     = CRTDLL__c_exit                @168
    669669    _cabs                       = CRTDLL__cabs                  @169
     
    695695    _ecvt                       = CRTDLL__ecvt                  @196
    696696    _endthread                  = CRTDLL__endthread             @197
    697 ;   _endthreadex                                                @198
     697    _endthreadex                = _MSVCRT__endthreadex          @198
    698698    _environ                    = MSVCRT__environ               @199
    699699
     
    721721    _fileinfo                   = MSVCRT__fileinfo              @220
    722722    _filelength                 = CRTDLL__filelength            @221
    723 ;   _filelengthi64                                              @222
     723    _filelengthi64              = _MSVCRT__filelengthi64        @222
    724724    _fileno                     = CRTDLL__fileno                @223
    725725    _findclose                  = CRTDLL__findclose             @224
    726726    _findfirst                  = CRTDLL__findfirst             @225
    727 ;   _findfirsti64                                               @226
     727    _findfirsti64               = _MSVCRT__findfirsti64         @226
    728728    _findnext                   = CRTDLL__findnext              @227
    729 ;   _findnexti64                                                @228
     729    _findnexti64                = _MSVCRT__findnexti64          @228
    730730    _finite                     = CRTDLL__finite                @229
    731731    _flsbuf                     = CRTDLL__flsbuf                @230
     
    739739    _fsopen                     = CRTDLL__fsopen                @238
    740740    _fstat                      = CRTDLL__fstat                 @239
    741 ;   _fstati64                                                   @240
     741    _fstati64                   = _MSVCRT__fstati64             @240
    742742    _ftime                      = CRTDLL__ftime                 @241
    743743    _ftol                       = NTDLL__ftol                   @242
     
    826826    _lsearch                    = CRTDLL__lsearch               @324
    827827    _lseek                      = CRTDLL__lseek                 @325
    828 ;   _lseeki64                                                   @326
     828    _lseeki64                   = _MSVCRT__lseeki64             @326
    829829    _ltoa                       = NTDLL__ltoa                   @327
    830830    _ltow                       = _MSVCRT__ltow                 @328
     
    929929    _setjmp3                    = CRTDLL__setjmp                @425 ; Not correct
    930930    _setmaxstdio                = _MSVCRT__setmaxstdio          @426
    931 ;   _setmbcp                                                    @427
     931    _setmbcp                    = _MSVCRT__setmbcp              @427
    932932    _setmode                                                    @428
    933933    _setsystime                 = CRTDLL__setsystime            @429
     
    946946    _splitpath                  = NTDLL__splitpath              @442
    947947    _stat                       = CRTDLL__stat                  @443
    948 ;   _stati64                                                    @444
     948    _stati64                    = _MSVCRT__stati64              @444
    949949    _statusfp                   = CRTDLL__statusfp              @445
    950950    _strcmpi                    = NTDLL__strcmpi                @446
     
    967967    _sys_nerr                   = MSVCRT__sys_nerr              @463
    968968    _tell                       = CRTDLL__tell                  @464
    969 ;   _telli64                                                    @465
     969    _telli64                    = _MSVCRT__telli64              @465
    970970    _tempnam                    = CRTDLL__tempnam               @466
    971971    _timezone                   = MSVCRT__timezone              @467
     
    10171017    _wfdopen                    = _MSVCRT__wfdopen              @511
    10181018    _wfindfirst                 = _MSVCRT__wfindfirst           @512
    1019 ;   _wfindfirsti64                                              @513
     1019    _wfindfirsti64              = _MSVCRT__wfindfirsti64        @513
    10201020    _wfindnext                  = _MSVCRT__wfindnext            @514
    10211021;    _wfindnexti64              = _MSVCRT__wfindnexti64         @515
Note: See TracChangeset for help on using the changeset viewer.