Ignore:
Timestamp:
Oct 4, 1999, 11:56:04 AM (26 years ago)
Author:
sandervl
Message:

Lots of changes by several people (see changelog for 4 October

File:
1 edited

Legend:

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

    r1103 r1118  
    1 ; $Id: msvcrt.def,v 1.2 1999-10-01 16:02:32 sandervl Exp $
     1; $Id: msvcrt.def,v 1.3 1999-10-04 09:55:59 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    109109        CRTDLL___iscsym         = CRTDLL.__iscsym
    110110        CRTDLL___iscsymf        = CRTDLL.__iscsymf
     111        CRTDLL___mb_cur_max_dll = CRTDLL.___mb_cur_max_dll
    111112        CRTDLL___threadhandle   = CRTDLL.__threadhandle
    112113        CRTDLL___threadid       = CRTDLL.__threadid
     
    127128        CRTDLL__CItanh          = CRTDLL._CItanh
    128129        CRTDLL__access          = CRTDLL._access
     130        CRTDLL__acmdln_dll      = CRTDLL.acmdln_dll
     131        CRTDLL__aexit_rtn_dll   = CRTDLL.aexit_rtn_dll
    129132        CRTDLL__amsg_exit       = CRTDLL._amsg_exit
     133        CRTDLL__argc_dll        = CRTDLL.argc_dll
     134        CRTDLL__argv_dll        = CRTDLL.argv_dll
    130135        CRTDLL__assert          = CRTDLL._assert
    131136        CRTDLL__beep            = CRTDLL._beep
     
    142147        CRTDLL__clearfp         = CRTDLL._clearfp
    143148        CRTDLL__close           = CRTDLL._close
     149        CRTDLL__commode_dll     = CRTDLL.commode_dll
    144150        CRTDLL__control87       = CRTDLL._control87
    145151        CRTDLL__controlfp       = CRTDLL._controlfp
     
    150156        CRTDLL__cscanf          = CRTDLL._cscanf
    151157        CRTDLL__cwait           = CRTDLL._cwait
     158        CRTDLL__daylight_dll    = CRTDLL.daylight_dll
    152159        CRTDLL__dup             = CRTDLL._dup
    153160        CRTDLL__dup2            = CRTDLL._dup2
    154161        CRTDLL__ecvt            = CRTDLL._ecvt
    155162        CRTDLL__endthread       = CRTDLL._endthread
     163        CRTDLL__environ_dll     = CRTDLL.environ_dll
    156164        CRTDLL__errno           = CRTDLL._errno
    157165        CRTDLL__except_handler2 = CRTDLL._except_handler2
     
    172180        CRTDLL__fgetwchar       = CRTDLL._fgetwchar
    173181        CRTDLL__filbuf          = CRTDLL._filbuf
     182        CRTDLL__fileinfo_dll    = CRTDLL.fileinfo_dll
    174183        CRTDLL__filelength      = CRTDLL._filelength
    175184        CRTDLL__fileno          = CRTDLL._fileno
     
    180189        CRTDLL__flsbuf          = CRTDLL._flsbuf
    181190        CRTDLL__flushall        = CRTDLL._flushall
     191        CRTDLL__fmode_dll       = CRTDLL.fmode_dll
    182192        CRTDLL__fpclass         = CRTDLL._fpclass
    183193        CRTDLL__fpieee_flt      = CRTDLL._fpieee_flt
     
    306316        CRTDLL__open_osfhandle  = CRTDLL._open_osfhandle
    307317        CRTDLL__pclose          = CRTDLL._pclose
     318        CRTDLL__pctype_dll      = CRTDLL.pctype_dll
    308319        CRTDLL__pipe            = CRTDLL._pipe
    309320        CRTDLL__popen           = CRTDLL._popen
     
    342353        CRTDLL__strtime         = CRTDLL._strtime
    343354        CRTDLL__swab            = CRTDLL._swab
     355        CRTDLL__sys_errlist     = CRTDLL.sys_errlist
     356        CRTDLL__sys_nerr_dll    = CRTDLL.sys_nerr_dll
    344357        CRTDLL__tell            = CRTDLL._tell
    345358        CRTDLL__tempnam         = CRTDLL._tempnam
     359        CRTDLL__timezone_dll    = CRTDLL.timezone_dll
    346360        CRTDLL__tolower         = CRTDLL._tolower
    347361        CRTDLL__toupper         = CRTDLL._toupper
    348362        CRTDLL__tzset           = CRTDLL._tzset
     363        CRTDLL__tzname          = CRTDLL.tzname
    349364        CRTDLL__ungetch         = CRTDLL._ungetch
    350365        CRTDLL__unlink          = CRTDLL._unlink
     
    356371        CRTDLL__wcsrev          = CRTDLL._wcsrev
    357372        CRTDLL__wcsset          = CRTDLL._wcsset
     373        CRTDLL__winmajor_dll    = CRTDLL.winmajor_dll
     374        CRTDLL__winminor_dll    = CRTDLL.winminor_dll
     375        CRTDLL__winver_dll      = CRTDLL.winver_dll
    358376        CRTDLL__write           = CRTDLL._write
    359377        CRTDLL__y0              = CRTDLL._y0
     
    563581;   __RTtypeid                                                  @78
    564582;   __STRINGTOLD                                                @79
    565 ;   __argc                                                      @80
    566 ;   __argv                                                      @81
     583    __argc                      = CRTDLL__argc_dll              @80
     584    __argv                      = CRTDLL__argv_dll              @81
    567585;   __badioinfo                                                 @82
    568586    __crtCompareStringA         = KERNEL32_CompareStringA       @83
     
    581599;   __lc_handle                                                 @96
    582600;   __lconv_init                                                @97
    583 ;   __mb_cur_max                                                @98
     601    __mb_cur_max                = CRTDLL___mb_cur_max_dll       @98
    584602;   __p___argc                                                  @99
    585603
     
    629647;   _abnormal_termination                                       @142
    630648    _access                     = CRTDLL__access                @143
    631 ;   _acmdln                                                     @144
     649    _acmdln                     = CRTDLL__acmdln_dll            @144
    632650;   _adj_fdiv_m16i                                              @145
    633651;   _adj_fdiv_m32                                               @146
     
    644662;   _adj_fptan                                                  @157
    645663;   _adjust_fdiv                                                @158
    646 ;   _aexit_rtn                                                  @159
     664    _aexit_rtn                  = CRTDLL__aexit_rtn_dll         @159
    647665    _amsg_exit                  = CRTDLL__amsg_exit             @160
    648666    _assert                     = CRTDLL__assert                @161
     
    666684    _close                      = CRTDLL__close                 @180
    667685;   _commit                                                     @181
    668 ;   _commode                                                    @182
     686    _commode                    = CRTDLL__commode_dll           @182
    669687    _control87                  = CRTDLL__control87             @183
    670688    _controlfp                  = CRTDLL__controlfp             @184
     
    676694;   _ctype                                                      @190
    677695    _cwait                      = CRTDLL__cwait                 @191
    678 ;   _daylight_dll                                               @192
     696    _daylight_dll               = CRTDLL__daylight_dll          @192
    679697;   _dstbias                                                    @193
    680698    _dup                        = CRTDLL__dup                   @194
     
    683701    _endthread                  = CRTDLL__endthread             @197
    684702;   _endthreadex                                                @198
    685 ;   _environ                                                    @199
     703    _environ                    = CRTDLL__environ_dll           @199
    686704
    687705
     
    706724    _fgetwchar                  = CRTDLL__fgetwchar             @218
    707725    _filbuf                     = CRTDLL__filbuf                @219
    708 ;   _fileinfo                                                   @220
     726    _fileinfo                   = CRTDLL__fileinfo_dll          @220
    709727    _filelength                 = CRTDLL__filelength            @221
    710728;   _filelengthi64                                              @222
     
    718736    _flsbuf                     = CRTDLL__flsbuf                @230
    719737    _flushall                   = CRTDLL__flushall              @231
    720 ;   _fmode                                                      @232
     738    _fmode                      = CRTDLL__fmode_dll             @232
    721739    _fpclass                    = CRTDLL__fpclass               @233
    722740    _fpieee_flt                 = CRTDLL__fpieee_flt            @234
     
    733751    _gcvt                       = CRTDLL__gcvt                  @245
    734752    _get_osfhandle              = CRTDLL__get_osfhandle         @246
    735 ;   _get_sbh_threshold                                          @247
     753    _get_sbh_threshold          = _MSVCRT__get_sbh_threshold    @247
    736754    _getch                      = CRTDLL__getch                 @248
    737755    _getche                     = CRTDLL__getche                @249
     
    743761    _getdrives                  = CRTDLL__getdrives             @255
    744762;   _getmaxstdio                                                @256
    745 ;   _getmbcp                                                    @257
     763    _getmbcp                    = _MSVCRT__getmbcp              @257
    746764    _getpid                     = CRTDLL__getpid                @258
    747765;   _getsystime                                                 @259
     
    758776;   _i64tow                                                     @271
    759777    _initterm                   = _DLL_InitTerm                 @272
    760 ;   _inp                                                        @273
    761 ;   _inpd                                                       @274
    762 ;   _inpw                                                       @275
     778    _inp                        = _MSVCRT__inp                  @273
     779    _inpd                       = _MSVCRT__inpd                 @274
     780    _inpw                       = _MSVCRT__inpw                 @275
    763781    _iob                        = CRTDLL__iob                   @276
    764782    _isatty                     = CRTDLL__isatty                @277
     
    797815    _isnan                      = CRTDLL__isnan                 @308
    798816    _itoa                       = NTDLL__itoa                   @309
    799 ;   _itow                                                       @310
     817    _itow                       = _MSVCRT__itow                 @310
    800818    _j0                         = CRTDLL__j0                    @311
    801819    _j1                         = CRTDLL__j1                    @312
     
    815833;   _lseeki64                                                   @326
    816834    _ltoa                       = NTDLL__ltoa                   @327
    817 ;   _ltow                                                       @328
     835    _ltow                       = _MSVCRT__ltow                 @328
    818836    _makepath                   = CRTDLL__makepath              @329
    819837    _mbbtombc                   = CRTDLL__mbbtombc              @330
     
    882900    _open_osfhandle             = CRTDLL__open_osfhandle        @393
    883901;   _osver                                                      @394
    884 ;   _outp                                                       @395
    885 ;   _outpd                                                      @396
    886 ;   _outpw                                                      @397
     902    _outp                       = _MSVCRT__outp                 @395
     903    _outpd                      = _MSVCRT__outpd                @396
     904    _outpw                      = _MSVCRT__outpw                @397
    887905    _pclose                     = CRTDLL__pclose                @398
    888 ;   _pctype                                                     @399
     906    _pctype                     = CRTDLL__pctype_dll            @399
    889907
    890908
     
    910928    _searchenv                  = CRTDLL__searchenv             @419
    911929;   _seh_longjmp_unwind                                         @420
    912 ;   _set_error_mode                                             @421
    913 ;   _set_sbh_threshold                                          @422
     930    _set_error_mode             = _MSVCRT__set_error_mode       @421
     931    _set_sbh_threshold          = _MSVCRT__set_sbh_threshold    @422
    914932    _seterrormode               = CRTDLL__seterrormode          @423
    915933    _setjmp                     = CRTDLL__setjmp                @424
     
    951969    _strupr                     = NTDLL__strupr                 @460
    952970    _swab                       = CRTDLL__swab                  @461
    953 ;   _sys_errlist                                                @462
    954 ;   _sys_nerr                                                   @463
     971    _sys_errlist                = CRTDLL__sys_errlist           @462
     972    _sys_nerr                   = CRTDLL__sys_nerr_dll          @463
    955973    _tell                       = CRTDLL__tell                  @464
    956974;   _telli64                                                    @465
    957975    _tempnam                    = CRTDLL__tempnam               @466
    958 ;   _timezone                                                   @467
     976    _timezone                   = CRTDLL__timezone_dll          @467
    959977    _tolower                    = CRTDLL__tolower               @468
    960978    _toupper                    = CRTDLL__toupper               @469
    961 ;   _tzname                                                     @470
     979    _tzname                     = CRTDLL__tzname                @470
    962980    _tzset                      = CRTDLL__tzset                 @471
    963981;   _ui64toa                                                    @472
    964982;   _ui64tow                                                    @473
    965983    _ultoa                      = NTDLL__ultoa                  @474
    966 ;   _ultow                                                      @475
    967 ;   _umask                                                      @476
     984    _ultow                      = _MSVCRT__ultow                @475
     985    _umask                      = _MSVCRT__umask                @476
    968986    _ungetch                    = CRTDLL__ungetch               @477
    969987    _unlink                     = CRTDLL__unlink                @478
     
    973991    _vsnprintf                  = NTDLL__vsnprintf              @482
    974992    _vsnwprintf                 = CRTDLL__vsnwprintf            @483
    975 ;   _waccess                                                    @484
    976 ;   _wasctime                                                   @485
    977 ;   _wchdir                                                     @486
    978 ;   _wchmod                                                     @487
     993    _waccess                    = _MSVCRT__waccess              @484
     994    _wasctime                   = _MSVCRT__wasctime             @485
     995    _wchdir                     = _MSVCRT__wchdir               @486
     996    _wchmod                     = _MSVCRT__wchmod               @487
    979997;   _wcmdln                                                     @488   
    980 ;   _wcreat                                                     @489
     998    _wcreat                     = _MSVCRT__wcreat               @489
    981999    _wcsdup                     = CRTDLL__wcsdup                @490
    9821000    _wcsicmp                    = NTDLL__wcsicmp                @491
    9831001    _wcsicoll                   = CRTDLL__wcsicoll              @492
    9841002    _wcslwr                     = NTDLL__wcslwr                 @493
    985 ;   _wcsncoll                                                   @494
     1003    _wcsncoll                   = _MSVCRT__wcsncoll             @494
    9861004    _wcsnicmp                   = NTDLL__wcsnicmp               @495
    987 ;   _wcsnicoll                                                  @496
     1005    _wcsnicoll                  = _MSVCRT__wcsnicoll            @496
    9881006    _wcsnset                    = CRTDLL__wcsnset               @497
    9891007    _wcsrev                     = CRTDLL__wcsrev                @498
     
    9921010
    9931011    _wcsupr                     = NTDLL__wcsupr                 @500
    994 ;   _wctime                                                     @501
     1012    _wctime                     = _MSVCRT__wctime               @501
    9951013;   _wenviron                                                   @502
    996 ;   _wexecl                                                     @503
    997 ;   _wexecle                                                    @504
    998 ;   _wexeclp                                                    @505
    999 ;   _wexeclpe                                                   @506
    1000 ;   _wexecv                                                     @507
    1001 ;   _wexecve                                                    @508
    1002 ;   _wexecvp                                                    @509
    1003 ;   _wexecvpe                                                   @510
    1004 ;   _wfdopen                                                    @511
    1005 ;   _wfindfirst                                                 @512
     1014    _wexecl                     = _MSVCRT__wexecl               @503
     1015    _wexecle                    = _MSVCRT__wexecle              @504
     1016    _wexeclp                    = _MSVCRT__wexeclp              @505
     1017    _wexeclpe                   = _MSVCRT__wexeclpe             @506
     1018    _wexecv                     = _MSVCRT__wexecv               @507
     1019    _wexecve                    = _MSVCRT__wexecve              @508
     1020    _wexecvp                    = _MSVCRT__wexecvp              @509
     1021    _wexecvpe                   = _MSVCRT__wexecvpe             @510
     1022    _wfdopen                    = _MSVCRT__wfdopen              @511
     1023    _wfindfirst                 = _MSVCRT__wfindfirst           @512
    10061024;   _wfindfirsti64                                              @513
    1007 ;   _wfindnext                                                  @514
     1025    _wfindnext                  = _MSVCRT__wfindnext            @514
    10081026;   _wfindnexti64                                               @515
    1009 ;   _wfopen                                                     @516
    1010 ;   _wfreopen                                                   @517
    1011 ;   _wfsopen                                                    @518
    1012 ;   _wfullpath                                                  @519
    1013 ;   _wgetcwd                                                    @520
    1014 ;   _wgetdcwd                                                   @521
    1015 ;   _wgetenv                                                    @522
    1016 ;   _winmajor                                                   @523
    1017 ;   _winminor                                                   @524
    1018 ;   _winver                                                     @525
    1019 ;   _wmakepath                                                  @526
    1020 ;   _wmkdir                                                     @527
    1021 ;   _wmktemp                                                    @528
    1022 ;   _wopen                                                      @529
    1023 ;   _wperror                                                    @530
     1027    _wfopen                     = _MSVCRT__wfopen               @516
     1028    _wfreopen                   = _MSVCRT__wfreopen             @517
     1029    _wfsopen                    = _MSVCRT__wfsopen              @518
     1030    _wfullpath                  = _MSVCRT__wfullpath            @519
     1031    _wgetcwd                    = _MSVCRT__wgetcwd              @520
     1032    _wgetdcwd                   = _MSVCRT__wgetdcwd             @521
     1033    _wgetenv                    = _MSVCRT__wgetenv              @522
     1034    _winmajor                   = CRTDLL__winmajor_dll          @523
     1035    _winminor                   = CRTDLL__winminor_dll          @524
     1036    _winver                     = CRTDLL__winver_dll            @525
     1037    _wmakepath                  = _MSVCRT__wmakepath            @526
     1038    _wmkdir                     = _MSVCRT__wmkdir               @527
     1039    _wmktemp                    = _MSVCRT__wmktemp              @528
     1040    _wopen                      = _MSVCRT__wopen                @529
     1041    _wperror                    = _MSVCRT__wperror              @530
    10241042;   _wpgmptr                                                    @531
    1025 ;   _wpopen                                                     @532
    1026 ;   _wputenv                                                    @533
    1027 ;   _wremove                                                    @534
    1028 ;   _wrename                                                    @535
     1043    _wpopen                     = _MSVCRT__wpopen               @532
     1044    _wputenv                    = _MSVCRT__wputenv              @533
     1045    _wremove                    = _MSVCRT__wremove              @534
     1046    _wrename                    = _MSVCRT__wrename              @535
    10291047    _write                      = CRTDLL__write                 @536
    1030 ;   _wrmdir                                                     @537
    1031 ;   _wsearchenv                                                 @538
    1032 ;   _wsetlocale                                                 @539
    1033 ;   _wsopen                                                     @540
    1034 ;   _wspawnl                                                    @541
    1035 ;   _wspawnle                                                   @542
    1036 ;   _wspawnlp                                                   @543
    1037 ;   _wspawnlpe                                                  @544
    1038 ;   _wspawnv                                                    @545
    1039 ;   _wspawnve                                                   @546
    1040 ;   _wspawnvp                                                   @547
    1041 ;   _wspawnvpe                                                  @548
    1042 ;   _wsplitpath                                                 @549
    1043 ;   _wstat                                                      @550
     1048    _wrmdir                     = _MSVCRT__wrmdir               @537
     1049    _wsearchenv                 = _MSVCRT__wsearchenv           @538
     1050    _wsetlocale                 = _MSVCRT__wsetlocale           @539
     1051    _wsopen                     = _MSVCRT__wsopen               @540
     1052    _wspawnl                    = _MSVCRT__wspawnl              @541
     1053    _wspawnle                   = _MSVCRT__wspawnle             @542
     1054    _wspawnlp                   = _MSVCRT__wspawnlp             @543
     1055    _wspawnlpe                  = _MSVCRT__wspawnlpe            @544
     1056    _wspawnv                    = _MSVCRT__wspawnv              @545
     1057    _wspawnve                   = _MSVCRT__wspawnve             @546
     1058    _wspawnvp                   = _MSVCRT__wspawnvp             @547
     1059    _wspawnvpe                  = _MSVCRT__wspawnvpe            @548
     1060    _wsplitpath                 = _MSVCRT__wsplitpath           @549
     1061    _wstat                      = _MSVCRT__wstat                @550
    10441062;   _wstati64                                                   @551
    1045 ;   _wstrdate                                                   @552
    1046 ;   _wstrtime                                                   @553
    1047 ;   _wsystem                                                    @554
    1048 ;   _wtempnam                                                   @555
    1049 ;   _wtmpnam                                                    @556
     1063    _wstrdate                   = _MSVCRT__wstrdate             @552
     1064    _wstrtime                   = _MSVCRT__wstrtime             @553
     1065    _wsystem                    = _MSVCRT__wsystem              @554
     1066    _wtempnam                   = _MSVCRT__wtempnam             @555
     1067    _wtmpnam                    = _MSVCRT__wtmpnam              @556
    10501068    _wtoi                       = NTDLL__wtoi                   @557
    10511069;   _wtoi64                                                     @558
    10521070    _wtol                       = NTDLL__wtol                   @559
    1053 ;   _wunlink                                                    @560
    1054 ;   _wutime                                                     @561
     1071    _wunlink                    = _MSVCRT__wunlink              @560
     1072    _wutime                     = _MSVCRT__wutime               @561
    10551073    _y0                         = CRTDLL__y0                    @562
    10561074    _y1                         = CRTDLL__y1                    @563
Note: See TracChangeset for help on using the changeset viewer.