- Timestamp:
- Feb 5, 2000, 2:33:17 PM (26 years ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/crtdll/crtdll.def
r2650 r2656 1 ; $Id: crtdll.def,v 1.1 3 2000-02-05 01:55:11sandervl Exp $1 ; $Id: crtdll.def,v 1.14 2000-02-05 13:32:52 sandervl Exp $ 2 2 3 3 ; … … 146 146 _heapwalk = _CRTDLL__heapwalk @133 147 147 _hypot = _CRTDLL__hypot @134 148 _initterm = _CRTDLL_ Init@12@135148 _initterm = _CRTDLL__initterm @135 149 149 _iob = CRTDLL_iob @136 150 150 _isatty = _CRTDLL__isatty @137 -
trunk/src/msvcrt/msvcrt.def
r2648 r2656 1 ; $Id: msvcrt.def,v 1.1 5 2000-02-05 02:03:45sandervl Exp $1 ; $Id: msvcrt.def,v 1.16 2000-02-05 13:33:16 sandervl Exp $ 2 2 3 3 ; … … 281 281 _i64toa = _MSVCRT__i64toa @270 282 282 _i64tow = _MSVCRT__i64tow @271 283 _initterm = _ _initterm@12@272283 _initterm = _CRTDLL__initterm @272 284 284 _inp = _MSVCRT__inp @273 285 285 _inpd = _MSVCRT__inpd @274 -
trunk/src/msvcrt/msvcrt20.def
r2648 r2656 1 ; $Id: msvcrt20.def,v 1. 6 2000-02-05 02:03:45sandervl Exp $1 ; $Id: msvcrt20.def,v 1.7 2000-02-05 13:33:17 sandervl Exp $ 2 2 3 3 ; … … 210 210 _heapwalk = _CRTDLL__heapwalk @622 211 211 _hypot = _CRTDLL__hypot @623 212 _initterm = _ _initterm@12@624212 _initterm = _CRTDLL__initterm @624 213 213 _iob = CRTDLL_iob @625 214 214 _isatty = _CRTDLL__isatty @626 -
trunk/src/msvcrt/msvcrt40.def
r2648 r2656 1 ; $Id: msvcrt40.def,v 1. 6 2000-02-05 02:03:46sandervl Exp $1 ; $Id: msvcrt40.def,v 1.7 2000-02-05 13:33:17 sandervl Exp $ 2 2 3 3 ; … … 268 268 _heapwalk = _CRTDLL__heapwalk @681 269 269 _hypot = _CRTDLL__hypot @682 270 _initterm = _ _initterm@12@683270 _initterm = _CRTDLL__initterm @683 271 271 _inp = _MSVCRT__inp @684 272 272 _inpd = _MSVCRT__inpd @685
Note:
See TracChangeset
for help on using the changeset viewer.