Ignore:
Timestamp:
Apr 10, 2003, 12:28:07 PM (23 years ago)
Author:
sandervl
Message:

PF: MSVCRT update

File:
1 edited

Legend:

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

    r9677 r10005  
    44
    55IMPORTS
    6   KERNEL32_threadhandle = KERNEL32.308
    7   KERNEL32_threadid = KERNEL32.309
    8   KERNEL32_GetCurrentProcessId = KERNEL32.307
    9   KERNEL32_GetProcAddress = KERNEL32.372
    10   KERNEL32_GetLogicalDrives = KERNEL32.346
    116  NTDLL_memicmp = NTDLL.956
    127  NTDLL_wcsicmp = NTDLL._wcsicmp
    138  NTDLL_wcsupr = NTDLL._wcsupr
    14   WriteLog = KERNEL32.1202
    15   GetCurrentThreadId = KERNEL32.309
    16   ; Due to problem with _stdcall convention here is a large import table
    17   ; This is a temporary measure and soon it will be fixed (GCC-3.2)
    18   ; KERNEL32 imports
    19   Beep = KERNEL32.110
    20   CloseHandle = KERNEL32.137
    21   CreateDirectoryA = KERNEL32.152
    22   CreateDirectoryW = KERNEL32.155
    23   CreateFileA = KERNEL32.158
    24   CreateProcessA = KERNEL32.171
    25   CreateThread = KERNEL32.178
    26   DeleteCriticalSection = KERNEL32.185
    27   DeleteFileA = KERNEL32.186
    28   DeleteFileW = KERNEL32.187
    29   DuplicateHandle = KERNEL32.192
    30   EnterCriticalSection = KERNEL32.195
    31   EnumResourceLanguagesA = KERNEL32.200
    32   ExitProcess =  KERNEL32.214
    33   ExitThread = KERNEL32.215
    34   FindClose = KERNEL32.246
    35   FindFirstFileA = KERNEL32.250
    36   FindFirstFileW = KERNEL32.251
    37   FindNextFileA = KERNEL32.253
    38   FindNextFileW = KERNEL32.254
    39   FlushFileBuffers = KERNEL32.260
    40   FreeEnvironmentStringsA = KERNEL32.268
    41   FreeEnvironmentStringsW = KERNEL32.269
    42   FreeLibrary = KERNEL32.271
    43   GetACP = KERNEL32.276
    44   GetCPInfo = KERNEL32.282
    45   GetCommandLineA = KERNEL32.289
    46   GetConsoleMode = KERNEL32.297
    47   GetCurrentDirectoryA = KERNEL32.304
    48   GetCurrentDirectoryW = KERNEL32.305
    49   GetCurrentProcess = KERNEL32.306
    50   GetCurrentProcessId = KERNEL32.307
    51   GetDiskFreeSpaceA = KERNEL32.315
    52   GetDriveTypeA = KERNEL32.317
    53   GetDriveTypeW = KERNEL32.318
    54   GetEnvironmentStringsA = KERNEL32.320
    55   GetEnvironmentStringsW = KERNEL32.321
    56   GetExitCodeProcess = KERNEL32.325
    57   GetFileAttributesA = KERNEL32.327
    58   GetFileAttributesExA =  KERNEL32.874
    59   GetFileAttributesExW =  KERNEL32.875
    60   GetFileAttributesW = KERNEL32.328
    61   GetFileInformationByHandle = KERNEL32.329
    62   GetFileType = KERNEL32.332
    63   GetFullPathNameA = KERNEL32.333
    64   GetFullPathNameW = KERNEL32.334
    65   GetLastError = KERNEL32.340
    66   GetLocaleInfoA = KERNEL32.342
    67   GetModuleFileNameA = KERNEL32.348
    68   GetModuleHandleA = KERNEL32.350
    69   GetNumberOfConsoleInputEvents = KERNEL32.357
    70   GetProcessHeap = KERNEL32.375
    71   GetStdHandle = KERNEL32.395
    72   GetStringTypeA = KERNEL32.396
    73   GetStringTypeW =  KERNEL32.399
    74   GetStringTypeExA = KERNEL32.397
    75   GetTempFileNameA = KERNEL32.412
    76   GetTempFileNameW = KERNEL32.413
    77   GetTempPathA = KERNEL32.414
    78   GetThreadTEB = KERNEL32.1234
    79   GetVersion = KERNEL32.427
    80   HeapAlloc = KERNEL32.459
    81   HeapCompact = KERNEL32.460
    82   HeapFree = KERNEL32.463
    83   HeapReAlloc = KERNEL32.465
    84   "HeapSize" = KERNEL32.467
    85   HeapValidate = KERNEL32.469
    86   HeapWalk = KERNEL32.470
    87   InitializeCriticalSection = KERNEL32.472
    88   IsBadReadPtr = KERNEL32.480
    89   IsValidCodePage = KERNEL32.488
    90   LeaveCriticalSection = KERNEL32.494
    91   LoadLibraryA = KERNEL32.495
    92   LockFile = KERNEL32.512
    93   MoveFileExA = KERNEL32.530
    94   MoveFileExW = KERNEL32.531
    95   MultiByteToWideChar = KERNEL32.534
    96   PeekConsoleInputA = KERNEL32.550
    97   RaiseException = KERNEL32.567
    98   ReadConsoleInputA = KERNEL32.569
    99   ReadFile = KERNEL32.577
    100   RegisterLxDll = KERNEL32.1238
    101   RemoveDirectoryA = KERNEL32.584
    102   RemoveDirectoryW = KERNEL32.585
    103   SetConsoleMode = KERNEL32.628
    104   SetCurrentDirectoryA = KERNEL32.635
    105   SetCurrentDirectoryW = KERNEL32.636
    106   SetEnvironmentVariableA = KERNEL32.641
    107   SetEnvironmentVariableW = KERNEL32.642
    108   SetFileAttributesA = KERNEL32.647
    109   SetFileAttributesW = KERNEL32.648
    110   SetFilePointer = KERNEL32.649
    111   SetFileTime = KERNEL32.650
    112   SetLastError = KERNEL32.654
    113   SetStdHandle = KERNEL32.663
    114   Sleep = KERNEL32.679
    115   TlsAlloc = KERNEL32.689
    116   TlsFree = KERNEL32.691
    117   TlsGetValue = KERNEL32.693
    118   TlsSetValue = KERNEL32.694
    119   UnhandledExceptionFilter = KERNEL32.702
    120   UnlockFile = KERNEL32.704
    121   UnregisterLxDll = KERNEL32.1239
    122   WaitForSingleObject = KERNEL32.723
    123   WideCharToMultiByte = KERNEL32.727
    124   WriteConsoleA = KERNEL32.729
    125   WriteFile = KERNEL32.738
    126   casemap_lower = KERNEL32.2008
    127   casemap_upper = KERNEL32.2007
    128   lstrcmpiA = KERNEL32.770
    129   lstrcpy = KERNEL32.772
    130   lstrlenW = KERNEL32.780
    131   lstrncmpiA = KERNEL32.887
    132   lstrncmpiW = KERNEL32.888
    133   strcmpiW = KERNEL32.2020
    134   strncmpiW = KERNEL32.2022
    135   wctype_table = KERNEL32.2006
    1369
    13710  ; Other exports
    138   CRTDLL_ecvt = ODINCRT.274
    139   ODINCRT_fcvt = ODINCRT.277
    14011  RtlTimeToSecondsSince1970 = NTDLL.559
    14112  RtlSecondsSince1970ToTime = NTDLL.526
     
    19465   ??4bad_typeid@@QAEAAV0@ABV0@@Z = MSVCRT_bad_typeid_opequals  @21
    19566   ??4exception@@QAEAAV0@ABV0@@Z = MSVCRT_exception_opequals    @22
    196    ??8type_info@@QBEHABV0@@Z = MSVCRT_type_info_opequals_equals @23
    197    ??9type_info@@QBEHABV0@@Z = MSVCRT_type_info_opnot_equals    @24
     67   ??8type_info@@QBEHABV0@@Z = _MSVCRT_type_info_opequals_equals@8      @23
     68   ??9type_info@@QBEHABV0@@Z = _MSVCRT_type_info_opnot_equals@8 @24
    19869
    19970   ??_E__non_rtti_object@@UAEPAXI@Z = MSVCRT___non_rtti_object__unknown_E       @26
     
    20778   ?_set_new_mode@@YAHH@Z = MSVCRT__set_new_mode        @34
    20879   ?_set_se_translator@@YAP6AXIPAU_EXCEPTION_POINTERS@@@ZP6AXI0@Z@Z = MSVCRT__set_se_translator @35
    209    ?name@type_info@@QBEPBDXZ = MSVCRT_type_info_name    @36
    210    ?raw_name@type_info@@QBEPBDXZ = MSVCRT_type_info_raw_name    @37
     80   ?name@type_info@@QBEPBDXZ = _MSVCRT_type_info_name@4 @36
     81   ?raw_name@type_info@@QBEPBDXZ = _MSVCRT_type_info_raw_name@4 @37
    21182   ?set_new_handler@@YAP6AXXZP6AXXZ@Z = MSVCRT__set_new_handler @38
    21283   ?set_terminate@@YAP6AXXZP6AXXZ@Z = MSVCRT_set_terminate      @39
     
    252123   __argv = MSVCRT___argv       @79
    253124   __dllonexit = __dllonexit    @80
    254   __doserrno = __doserrno       @81
     125  __doserrno = MSVCRT_doserrno  @81
    255126  __getmainargs = __getmainargs @82
    256127  __initenv = MSVCRT___initenv  @83
     
    260131  __lconv_init = __lconv_init   @87
    261132  __mb_cur_max = MSVCRT___mb_cur_max    @88
     133  __crtLCMapStringA @89
    262134
    263135  __p___argc = __p___argc       @90
     
    268140  __p___winitenv = __p___winitenv       @95
    269141  __p__acmdln =  __p__acmdln    @96
    270  __p__commode =  __p__commode   @97
    271  __p__environ = __p__environ    @98
    272  __p__fmode = __p__fmode        @99
    273  __p__iob = __p__iob    @100
    274  __p__mbctype = __p__mbctype    @101
    275  __p__osver =  __p__osver       @102
    276  __p__pctype = __p__pctype      @103
    277  __p__timezone = __p__timezone  @104
    278  __p__wcmdln = __p__wcmdln      @105
    279  __p__wenviron = __p__wenviron  @106
    280  __p__winmajor = __p__winmajor  @107
    281  __p__winminor = __p__winminor  @108
    282  __p__winver = __p__winver      @109
    283 
    284  __set_app_type = MSVCRT___set_app_type @111
    285  __setlc_active = MSVCRT___setlc_active @112
    286  __setusermatherr = MSVCRT___setusermatherr     @113
    287 
    288  __threadhandle = KERNEL32_threadhandle @115
    289  __threadid = KERNEL32_threadid @116
    290  __toascii = MSVCRT___toascii   @117
    291  __unDName = MSVCRT___unDName   @118
    292  __unDNameEx = MSVCRT___unDNameEx       @119
    293  __unguarded_readlc_active = MSVCRT___unguarded_readlc_active   @120
    294  __wargv = MSVCRT___wargv       @121
    295  __wgetmainargs =__wgetmainargs @122
    296  __winitenv = MSVCRT___winitenv @123
    297  _abnormal_termination = _abnormal_termination  @124
    298  _access = _access      @125
    299  _acmdln = MSVCRT__acmdln       @126
    300  _adj_fdiv_m16i @127
    301  _adj_fdiv_m32  @128
    302  _adj_fdiv_m32i @129
    303  _adj_fdiv_m64  @130
    304  _adj_fdiv_r    @131
    305  _adj_fdivr_m16i        @132
    306  _adj_fdivr_m32 @133
    307  _adj_fdivr_m32i        @134
    308  _adj_fdivr_m64 @135
    309  _adj_fpatan    @136
    310  _adj_fprem     @137
    311  _adj_fprem1    @138
    312  _adj_fptan     @139
    313  _adjust_fdiv   @140
    314  _amsg_exit = MSVCRT__amsg_exit @141
    315  _assert = MSVCRT__assert       @142
    316  _beep  @143
    317 ; We want not EMX one but our own       @144
    318  _beginthread = MSVCRT_beginthread      @145
     142  __p__commode =  __p__commode  @97
     143  __p__environ = __p__environ   @98
     144  __p__fmode = __p__fmode       @99
     145  __p__iob = __p__iob   @100
     146  __p__mbctype = __p__mbctype   @101
     147  __p__osver =  __p__osver      @102
     148  __p__pctype = __p__pctype     @103
     149  __p__timezone = __p__timezone @104
     150  __p__wcmdln = __p__wcmdln     @105
     151  __p__wenviron = __p__wenviron @106
     152  __p__winmajor = __p__winmajor @107
     153  __p__winminor = __p__winminor @108
     154  __p__winver = __p__winver     @109
     155  __p__daylight = MSVCRT___p__daylight @110
     156  __p__pgmptr @114
     157
     158  __set_app_type = MSVCRT___set_app_type        @111
     159  __setlc_active = MSVCRT___setlc_active        @112
     160  __setusermatherr = MSVCRT___setusermatherr    @113
     161
     162  __threadhandle = MSVCRT_GetCurrentThread      @115
     163  __threadid = MSVCRT_GetCurrentThreadId        @116
     164  __toascii = MSVCRT___toascii  @117
     165  __unDName = MSVCRT___unDName  @118
     166  __unDNameEx = MSVCRT___unDNameEx      @119
     167  __unguarded_readlc_active = MSVCRT___unguarded_readlc_active  @120
     168  __wargv = MSVCRT___wargv      @121
     169  __wgetmainargs                @122
     170  __winitenv = MSVCRT___winitenv        @123
     171  _abnormal_termination = _abnormal_termination @124
     172  _access = MSVCRT__access      @125
     173  _acmdln = MSVCRT__acmdln      @126
     174  _adj_fdiv_m16i        @127
     175  _adj_fdiv_m32 @128
     176  _adj_fdiv_m32i        @129
     177  _adj_fdiv_m64 @130
     178  _adj_fdiv_r   @131
     179  _adj_fdivr_m16i       @132
     180  _adj_fdivr_m32        @133
     181  _adj_fdivr_m32i       @134
     182  _adj_fdivr_m64        @135
     183  _adj_fpatan   @136
     184  _adj_fprem    @137
     185  _adj_fprem1   @138
     186  _adj_fptan    @139
     187  _adjust_fdiv  @140
     188  _amsg_exit = MSVCRT__amsg_exit        @141
     189  _assert = MSVCRT__assert      @142
     190  _beep @143
     191; We want not EMX one but our own
     192 _beginthread = MSVCRT__beginthread     @145
    319193 _beginthreadex         @146
    320194 _c_exit = MSVCRT__c_exit       @147
    321  _cabs  @148
     195 _cabs = MSVCRT__cabs   @148
    322196 _callnewh      @149
    323197 _cexit = MSVCRT__cexit @150
    324  _cgets @151
    325  _chdir @152
    326  _chdrive       @153
     198 _cgets = MSVCRT__cgets @151
     199 _chdir = MSVCRT__chdir @152
     200 _chdrive = MSVCRT__chdrive     @153
    327201 _chgsign       @154
    328202 _chkesp        @155
    329  _chmod @156
     203 _chmod = MSVCRT__chmod @156
    330204 _clearfp       @157
    331  _close @158
     205 _close = MSVCRT__close @158
    332206 _commit        @159
    333207 _commode = MSVCRT__commode     @160
    334  _control87     @161
     208 _control87 = MSVCRT__control87 @161
    335209 _controlfp     @162
    336210 _copysign      @163
    337  _cprintf       @164
    338  _cputs @165
    339  _creat @166
    340  _cscanf        @167
     211 _cprintf = MSVCRT__cprintf     @164
     212 _cputs = MSVCRT__cputs @165
     213 _creat = MSVCRT__creat @166
     214 _cscanf = MSVCRT__cscanf       @167
    341215 _ctype = MSVCRT__ctype @168
    342  _cwait @169
    343  _ecvt = CRTDLL_ecvt    @170
    344  _endthread = MSVCRT_endthread  @171
     216 _cwait = MSVCRT__cwait @169
     217 _ecvt   @170
     218 _endthread = MSVCRT__endthread @171
    345219 _endthreadex   @172
    346220 _environ = MSVCRT__environ     @173
     
    349223 _except_handler2       @176
    350224 _except_handler3       @177
    351  _execl @178
     225 _execl = MSVCRT__execl  @178
    352226; @ stub _execle #(str str) varargs     @179
    353  _execlp        @180
     227 _execlp = MSVCRT__execlp       @180
    354228;# stub _execlpe #(str str) varargs     @181
    355  _execv @182
    356  _execve        @183
    357  _execvp        @184
    358  _execvpe       @185
     229 _execv = MSVCRT__execv @182
     230 _execve = MSVCRT__execve       @183
     231 _execvp = MSVCRT__execvp @184
     232 _execvpe = MSVCRT__execvpe     @185
    359233 _exit = MSVCRT__exit   @186
    360234 _expand        @187
    361  _fcloseall     @188
    362  _fcvt = ODINCRT_fcvt           @189
    363  _fdopen        @190
    364  _fgetchar      @191
     235 _fcloseall = MSVCRT__fcloseall @188
     236 _fcvt          @189
     237 _fdopen = MSVCRT__fdopen       @190
     238 _fgetchar = MSVCRT__fgetchar   @191
    365239 _fgetwchar     @192
    366240 _filbuf        @193
    367241;# stub _fileinfo       @194
    368  _filelength    @195
     242 _filelength = MSVCRT__filelength       @195
    369243;# stub _filelengthi64 #(long)  @196
    370   _fileno       @197
     244  _fileno = MSVCRT__fileno      @197
    371245  _findclose    @198
    372246  _findfirst    @199
     
    376250  _finite       @203
    377251  _flsbuf       @204
    378   _flushall     @205
     252  _flushall = MSVCRT__flushall  @205
    379253  _fmode = MSVCRT__fmode        @206
    380254  _fpclass      @207
    381255;# stub _fpieee_flt     @208
    382   _fpreset      @209
    383   _fputchar     @210
     256  _fpreset = MSVCRT__fpreset    @209
     257  _fputchar = MSVCRT__fputchar  @210
    384258  _fputwchar    @211
    385   _fsopen       @212
     259  _fsopen = MSVCRT__fsopen      @212
    386260  _fstat = MSVCRT__fstat        @213
    387261  _fstati64     @214
    388   _ftime = MSVCRT_ftime @215
     262  _ftime = MSVCRT__ftime        @215
    389263  _ftol @216
    390   _fullpath     @217
     264  _fullpath = MSVCRT__fullpath @217
    391265  _futime       @218
    392   _gcvt @219
     266  _gcvt = MSVCRT__gcvt  @219
    393267  _get_osfhandle        @220
    394268;# stub _get_sbh_threshold #()  @221
    395   _getch        @222
    396   _getche       @223
    397   _getcwd       @224
    398   _getdcwd      @225
     269  _getch = MSVCRT__getch        @222
     270  _getche = MSVCRT__getche      @223
     271  _getcwd = MSVCRT__getcwd      @224
     272  _getdcwd = MSVCRT__getdcwd    @225
    399273  _getdiskfree  @226
    400   _getdllprocaddr = KERNEL32_GetProcAddress     @227
    401   _getdrive     @228
    402   _getdrives = KERNEL32_GetLogicalDrives        @229
     274  _getdllprocaddr  @227
     275  _getdrive = MSVCRT__getdrive  @228
     276  _getdrives = MSVCRT_GetLogicalDrives  @229
    403277;# stub _getmaxstdio #()        @230
    404278  _getmbcp      @231
    405   _getpid = KERNEL32_GetCurrentProcessId        @232
     279  _getpid = MSVCRT_GetCurrentProcessId  @232
    406280;# stub _getsystime #(ptr)      @233
    407   _getw @234
     281  _getw = MSVCRT__getw  @234
    408282  _getws = MSVCRT__getws        @235
    409283  _global_unwind2       @236
    410   _heapadd      @237
    411   _heapchk      @238
    412   _heapmin      @239
    413   _heapset      @240
     284  _heapadd = MSVCRT__heapadd    @237
     285  _heapchk = MSVCRT__heapchk    @238
     286  _heapmin = MSVCRT__heapmin    @239
     287  _heapset = MSVCRT__heapset    @240
    414288;# stub _heapused #(ptr ptr)    @241
    415   _heapwalk     @242
    416   _hypot        @243
     289  _heapwalk = MSVCRT__heapwalk  @242
     290  _hypot        @243
    417291;# stub _i64toa #(long str long)        @244
    418292;# stub _i64tow #(long wstr long)       @245
     
    423297  _iob = MSVCRT__iob    @250
    424298
    425   _isatty       @252
     299  _isatty = MSVCRT__isatty @252
    426300  _isctype      @253
    427301;# stub _ismbbalnum #(long)     @254
     
    455329  _ismbstrail   @282
    456330  _isnan        @283
    457   _itoa @284
    458   _itow @285
     331  _itoa @284
     332  _itow @285
    459333  _j0 = j0      @286
    460334  _j1 = j1      @287
    461335  _jn = jn      @288
    462   _kbhit        @289
    463   _lfind        @290
     336  _kbhit = MSVCRT__kbhit        @289
     337  _lfind = MSVCRT__lfind        @290
    464338  _loaddll      @291
    465339  _local_unwind2        @292
     
    468342  _logb @295
    469343;# stub _longjmpex      @296
    470   _lrotl        @297
    471   _lrotr        @298
    472   _lsearch      @299
    473   _lseek        @300
     344  _lrotl = MSVCRT__lrotl        @297
     345  _lrotr = MSVCRT__lrotr        @298
     346  _lsearch = MSVCRT__lsearch    @299
     347  _lseek = MSVCRT__lseek        @300
    474348  _lseeki64     @301
    475349  _ltoa @302
    476350  _ltow @303
    477   _makepath     @304
    478   _matherr      @305
     351  _makepath = MSVCRT__makepath  @304
     352  _matherr = MSVCRT__matherr    @305
    479353  _mbbtombc     @306
    480354;# stub _mbbtype #(long long)   @307
     
    500374  _mbsdup = _strdup     @327
    501375  _mbsicmp      @328
    502 ;# stub _mbsicoll #(str str)    @329
     376  _mbsicoll     @329
    503377  _mbsinc       @330
    504378  _mbslen       @331
    505379  _mbslwr       @332
    506 ;# stub _mbsnbcat #(str str long)       @333
     380  _mbsnbcat     @333
    507381  _mbsnbcmp     @334
    508382  _mbsnbcnt     @335
     
    511385  _mbsnbicmp    @338
    512386;# stub _mbsnbicoll #(str str long)     @339
    513 ;# stub _mbsnbset #(str long long)      @340
     387  _mbsnbset     @340
    514388  _mbsncat      @341
    515389  _mbsnccnt     @342
     
    529403;# stub _mbsspnp #(str str)     @356
    530404  _mbsstr = strstr      @357
    531 ;# stub _mbstok #(str str)      @358
     405  _mbstok       @358
    532406  _mbstrlen     @359
    533407  _mbsupr       @360
    534   _memccpy = _memccpy   @361
     408  _memccpy      @361
    535409  _memicmp = NTDLL_memicmp      @362
    536   _mkdir        @363
     410  _mkdir = MSVCRT__mkdir        @363
    537411  _mktemp       @364
    538   _msize        @365
     412  _msize = MSVCRT__msize        @365
    539413  _nextafter    @366
    540   _onexit       @367
    541   _open @368
     414  _onexit = MSVCRT__onexit      @367
     415  _open = MSVCRT__open @368
    542416  _open_osfhandle       @369
    543417;# stub _osver  @370
     
    551425;# stub _popen #(str str)       @378
    552426  _purecall     @379
    553   _putch        @380
    554   _putenv       @381
    555   _putw @382
     427  _putch = MSVCRT__putch        @380
     428  _putenv = MSVCRT__putenv      @381
     429  _putw = MSVCRT__putw  @382
    556430  _putws        @383
    557431;# stub _pwctype        @384
    558   _read @385
    559   _rmdir        @386
    560   _rmtmp        @387
    561   _rotl @388
    562   _rotr @389
     432  _read = MSVCRT__read @385
     433  _rmdir = MSVCRT__rmdir        @386
     434  _rmtmp = MSVCRT__rmtmp        @387
     435  _rotl = MSVCRT__rotl  @388
     436  _rotr = MSVCRT__rotr  @389
    563437  _safe_fdiv    @390
    564438  _safe_fdivr   @391
     
    566440  _safe_fprem1  @393
    567441  _scalb        @394
    568   _searchenv    @395
    569   _seh_longjmp_unwind   @396
     442  _searchenv = MSVCRT__searchenv        @395
     443  _seh_longjmp_unwind = __seh_longjmp_unwind@4  @396
    570444;# stub _set_error_mode #(long) @397
    571445;# stub _set_sbh_threshold #(long)      @398
     
    575449;# stub _setmaxstdio #(long)    @402
    576450  _setmbcp      @403
    577   _setmode      @404
     451  _setmode = MSVCRT__setmode    @404
    578452;# stub _setsystime #(ptr long) @405
    579   _sleep        @406
    580   _snprintf = _snprintf @407
    581   _snwprintf    @408
     453  _sleep = MSVCRT__sleep        @406
     454  _snprintf = emx__snprintf     @407
     455  _snwprintf  @408
    582456  _sopen = MSVCRT__sopen        @409
    583   _spawnl = _spawnl     @410
     457  _spawnl = MSVCRT__spawnl      @410
    584458;# stub _spawnle #(str str) varargs     @411
    585   _spawnlp      @412
     459  _spawnlp = MSVCRT__spawnlp    @412
    586460;# stub _spawnlpe #(str str) varargs    @413
    587   _spawnv       @414
    588   _spawnve      @415
    589   _spawnvp      @416
    590   _spawnvpe     @417
    591   _splitpath    @418
    592   _stat @419
    593 ;# stub _stati64 #(str ptr)     @420
     461  _spawnv = MSVCRT__spawnv      @414
     462  _spawnve = MSVCRT__spawnve    @415
     463  _spawnvp = MSVCRT__spawnvp    @416
     464  _spawnvpe = MSVCRT__spawnvpe  @417
     465  _splitpath = emx__splitpath   @418
     466  _stat = MSVCRT__stat @419
     467  _stati64      @420
    594468  _statusfp     @421
    595469  _strcmpi = strcasecmp @422
    596   _strdate      @423
    597   _strdup       @424
    598   _strerror     @425
     470  _strdate = MSVCRT__strdate    @423
     471  _strdup = MSVCRT__strdup      @424
     472  _strerror = MSVCRT__strerror  @425
    599473  _stricmp  = strcasecmp        @426
    600474;# stub _stricoll #(str str)    @427
    601   _strlwr       @428
     475  _strlwr       @428
    602476;# stub _strncoll #(str str long)       @429
    603477  _strnicmp = strncasecmp       @430
    604478;# stub _strnicoll #(str str long)      @431
    605   _strnset      @432
    606   _strrev       @433
    607   _strset       @434
    608   _strtime      @435
    609   _strupr       @436
    610   _swab @437
     479  _strnset = MSVCRT__strnset    @432
     480  _strrev = MSVCRT__strrev      @433
     481  _strset = MSVCRT__strset      @434
     482  _strtime = MSVCRT__strtime    @435
     483  _strupr  @436
     484  _swab = MSVCRT__swab @437
    611485  _sys_errlist = MSVCRT__sys_errlist    @438
    612486  _sys_nerr = MSVCRT__sys_nerr  @439
    613   _tell @440
     487  _tell = MSVCRT__tell  @440
    614488;# stub _telli64 #(long)        @441
    615   _tempnam      @442
     489  _tempnam = MSVCRT__tempnam    @442
    616490;# stub _timezone #()   @443
    617491  _tolower = MSVCRT__tolower    @444
    618492  _toupper = MSVCRT__toupper    @445
    619493;# stub _tzname @446
    620   _tzset        @447
     494  _tzset = emx__tzset   @447
    621495;# stub _ui64toa #(long str long)       @448
    622496;# stub _ui64tow #(long wstr long)      @449
    623   _ultoa        @450
     497  _ultoa        @450
    624498  _ultow        @451
    625   _umask        @452
    626   _ungetch      @453
    627   _unlink       @454
     499  _umask = MSVCRT_umask @452
     500  _ungetch = MSVCRT__ungetch    @453
     501  _unlink = MSVCRT__unlink      @454
    628502  _unloaddll    @455
    629503  _unlock       @456
    630   _utime        @457
    631   _vsnprintf = _vsnprintf       @458
     504  _utime = MSVCRT_utime @457
     505  _vsnprintf    @458
    632506  _vsnwprintf   @459
    633507  _waccess      @460
     
    666540;# stub _wfreopen #(wstr wstr ptr)      @493
    667541  _wfsopen      @494
    668 ;# stub _wfullpath #(wstr wstr long)    @495
     542  _wfullpath    @495
    669543  _wgetcwd      @496
    670544  _wgetdcwd     @497
     
    683557  _wremove      @510
    684558  _wrename      @511
    685   _write        @512
     559  _write = MSVCRT__write        @512
    686560  _wrmdir       @513
    687561;# stub _wsearchenv #(wstr wstr wstr)   @514
     
    698572  _wsplitpath   @525
    699573  _wstat        @526
    700 ;# stub _wstati64 #(wstr ptr)   @527
     574  _wstati64                     @527
    701575;# stub _wstrdate #(wstr)       @528
    702576;# stub _wstrtime #(wstr)       @529
     
    709583  _wunlink      @536
    710584  _wutime       @537
    711   _y0   @538
    712   _y1   @539
    713   _yn   @540
     585  _y0 = MSVCRT__y0      @538
     586  _y1 = MSVCRT__y1      @539
     587  _yn = MSVCRT__yn      @540
    714588  abort = MSVCRT_abort  @541
    715   abs   @542
    716   acos  @543
    717   asctime       @544
    718   asin  @545
    719   atan @546
    720   atan2 @547
     589  abs = emx_abs @542
     590  acos = emx_acos       @543
     591  asctime = emx_asctime @544
     592  asin = emx_asin       @545
     593  atan = emx_atan       @546
     594  atan2 = emx_atan2 @547
    721595  atexit = MSVCRT_atexit        @548
    722   atof  @549
    723   atoi  @550
    724   atol  @551
    725   bsearch       @552
     596  atof = MSVCRT_atof    @549
     597  atoi  @550
     598  atol  @551
     599  bsearch       @552
    726600  calloc = MSVCRT_calloc        @553
    727   ceil  @554
     601  ceil = emx_ceil       @554
    728602  clearerr = MSVCRT_clearerr    @555
    729603  clock = MSVCRT_clock  @556
    730   cos   @557
    731   cosh  @558
    732   ctime @559
     604  cos = emx_cos @557
     605  cosh = emx_cosh       @558
     606  ctime = emx_ctime @559
    733607  difftime = MSVCRT_difftime    @560
    734608  div = MSVCRT_div      @561
    735609  exit = MSVCRT_exit    @562
    736   exp   @563
    737   fabs  @564
     610  exp = emx_exp @563
     611  fabs = emx_fabs       @564
    738612  fclose = MSVCRT_fclose        @565
    739613  feof = MSVCRT_feof    @566
     
    745619  fgetwc = MSVCRT_fgetwc        @572
    746620  fgetws = MSVCRT_fgetws        @573
    747   floor @574
    748   fmod  @575
     621  floor = emx_floor @574
     622  fmod  = emx_fmod @575
    749623  fopen = MSVCRT_fopen  @576
    750624  fprintf = MSVCRT_fprintf      @577
     
    756630  free = MSVCRT_free    @583
    757631  freopen = MSVCRT_freopen      @584
    758   frexp = frexp @585
     632  frexp = emx_frexp     @585
    759633  fscanf = MSVCRT_fscanf        @586
    760634  fseek = MSVCRT_fseek  @587
     
    770644  getwc = MSVCRT_getwc  @597
    771645  getwchar = MSVCRT_getwchar    @598
    772   gmtime = gmtime       @599
     646  gmtime = emx_gmtime   @599
    773647  is_wctype = iswctype  @600
    774648  isalnum = MSVCRT_isalnum      @601
     
    797671  iswxdigit = MSVCRT_iswxdigit  @624
    798672  isxdigit = MSVCRT_isxdigit    @625
    799   labs  @626
     673  labs  = emx_labs @626
    800674  ldexp = MSVCRT_ldexp  @627
    801675  ldiv = MSVCRT_ldiv    @628
    802676;# stub localeconv #()  @629
    803   localtime     @630
    804   log   @631
    805   log10 @632
     677  localtime = emx_localtime     @630
     678  log = emx_log @631
     679  log10 = emx_log10 @632
    806680  longjmp = _MSVCRT_longjmp     @633
    807681  malloc = MSVCRT_malloc        @634
    808682  mblen = MSVCRT_mblen  @635
    809   mbstowcs      @636
     683  mbstowcs = emx_mbstowcs       @636
    810684  mbtowc = MSVCRT_mbtowc        @637
    811   memchr        @638
    812   memcmp        @639
     685  memchr = emx_memchr   @638
     686  memcmp = emx_memcmp   @639
    813687  memcpy = MSVCRT_memcpy        @640
    814   memmove       @641
     688  memmove = emx_memmove @641
    815689  memset = MSVCRT_memset        @642
    816690  mktime = MSVCRT_mktime        @643
    817   modf  @644
     691  modf  = emx_modf @644
    818692  perror = MSVCRT_perror        @645
    819   pow   @646
     693  pow = emx_pow @646
    820694  printf = MSVCRT_printf        @647
    821695  putc = MSVCRT_putc    @648
     
    824698  putwc = MSVCRT_fputwc @651
    825699  putwchar =_fputwchar  @652
    826   qsort @653
     700  qsort = emx_qsort @653
    827701;# stub raise #(long)   @654
    828702  rand = MSVCRT_rand    @655
     
    836710  setvbuf = MSVCRT_setvbuf      @663
    837711  signal = MSVCRT_signal        @664
    838   sin   @665
    839   sinh  @666
    840   sprintf       @667
    841   sqrt  @668
    842   srand @669
    843   sscanf        @670
    844   strcat        @671
    845   strchr        @672
    846   strcmp        @673
    847   strcoll       @674
    848   strcpy        @675
    849   strcspn       @676
     712  sin = emx_sin @665
     713  sinh = emx_sinh @666
     714  sprintf = emx_sprintf @667
     715  sqrt = emx_sqrt @668
     716  srand = emx_srand @669
     717  sscanf = MSVCRT_sscanf        @670
     718  strcat = emx_strcat   @671
     719  strchr = emx_strchr   @672
     720  strcmp = emx_strcmp   @673
     721  strcoll = emx_strcoll @674
     722  strcpy = emx_strcpy   @675
     723  strcspn = emx_strcspn @676
    850724  strerror = MSVCRT_strerror    @677
    851   strftime      @678
    852   strlen        @679
    853   strncat       @680
    854   strncmp       @681
    855   strncpy       @682
    856   strpbrk       @683
    857   strrchr       @684
    858   strspn        @685
    859   strstr        @686
    860   strtod        @687
    861   strtok        @688
    862   strtol        @689
    863   strtoul       @690
    864   strxfrm       @691
     725  strftime = emx_strftime       @678
     726  strlen = emx_strlen   @679
     727  strncat = emx_strncat @680
     728  strncmp = emx_strncmp @681
     729  strncpy = emx_strncpy @682
     730  strpbrk = emx_strpbrk @683
     731  strrchr = emx_strrchr @684
     732  strspn = emx_strspn   @685
     733  strstr = emx_strstr   @686
     734  strtod = emx_strtod   @687
     735  strtok = emx_strtok   @688
     736  strtol = emx_strtol   @689
     737  strtoul = emx_strtoul @690
     738  strxfrm = emx_strxfrm @691
    865739  swprintf      @692
    866740  swscanf = MSVCRT_swscanf      @693
    867741  system = MSVCRT_system        @694
    868   tan   @695
    869   tanh  @696
     742  tan = emx_tan @695
     743  tanh = emx_tanh @696
    870744  time = MSVCRT_time    @697
    871745  tmpfile = MSVCRT_tmpfile      @698
    872746  tmpnam = MSVCRT_tmpnam        @699
    873   tolower       @700
    874   toupper       @701
     747  tolower = emx_tolower @700
     748  toupper = emx_toupper @701
    875749  towlower      @702
    876750  towupper      @703
     
    880754  vfwprintf = MSVCRT_vfwprintf  @707
    881755  vprintf = MSVCRT_vprintf      @708
    882   vsprintf = vsprintf   @709
     756  vsprintf = emx_vsprintf       @709
    883757  vswprintf = MSVCRT_vswprintf  @710
    884758  vwprintf = MSVCRT_vwprintf    @711
     
    910784;# stub __lc_collate_cp @737
    911785;# stub __lc_collate_c  @738
    912   MSVCRT_Init @739
     786
Note: See TracChangeset for help on using the changeset viewer.