Changeset 2656 for trunk/src


Ignore:
Timestamp:
Feb 5, 2000, 2:33:17 PM (26 years ago)
Author:
sandervl
Message:

removed wrong bugfix

Location:
trunk/src
Files:
4 edited

Legend:

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

    r2650 r2656  
    1 ; $Id: crtdll.def,v 1.13 2000-02-05 01:55:11 sandervl Exp $
     1; $Id: crtdll.def,v 1.14 2000-02-05 13:32:52 sandervl Exp $
    22
    33;
     
    146146    _heapwalk                   = _CRTDLL__heapwalk             @133
    147147    _hypot                      = _CRTDLL__hypot                @134
    148     _initterm                   = _CRTDLL_Init@12               @135
     148    _initterm                   = _CRTDLL__initterm             @135
    149149    _iob                        = CRTDLL_iob                    @136
    150150    _isatty                     = _CRTDLL__isatty               @137
  • trunk/src/msvcrt/msvcrt.def

    r2648 r2656  
    1 ; $Id: msvcrt.def,v 1.15 2000-02-05 02:03:45 sandervl Exp $
     1; $Id: msvcrt.def,v 1.16 2000-02-05 13:33:16 sandervl Exp $
    22
    33;
     
    281281    _i64toa                     = _MSVCRT__i64toa               @270
    282282    _i64tow                     = _MSVCRT__i64tow               @271
    283     _initterm                   = __initterm@12                 @272
     283    _initterm                   = _CRTDLL__initterm             @272
    284284    _inp                        = _MSVCRT__inp                  @273
    285285    _inpd                       = _MSVCRT__inpd                 @274
  • trunk/src/msvcrt/msvcrt20.def

    r2648 r2656  
    1 ; $Id: msvcrt20.def,v 1.6 2000-02-05 02:03:45 sandervl Exp $
     1; $Id: msvcrt20.def,v 1.7 2000-02-05 13:33:17 sandervl Exp $
    22
    33;
     
    210210    _heapwalk                   = _CRTDLL__heapwalk             @622
    211211    _hypot                      = _CRTDLL__hypot                @623
    212     _initterm                   = __initterm@12                 @624
     212    _initterm                   = _CRTDLL__initterm             @624
    213213    _iob                        = CRTDLL_iob                    @625
    214214    _isatty                     = _CRTDLL__isatty               @626
  • trunk/src/msvcrt/msvcrt40.def

    r2648 r2656  
    1 ; $Id: msvcrt40.def,v 1.6 2000-02-05 02:03:46 sandervl Exp $
     1; $Id: msvcrt40.def,v 1.7 2000-02-05 13:33:17 sandervl Exp $
    22
    33;
     
    268268    _heapwalk                   = _CRTDLL__heapwalk             @681
    269269    _hypot                      = _CRTDLL__hypot                @682
    270     _initterm                   = __initterm@12                 @683
     270    _initterm                   = _CRTDLL__initterm             @683
    271271    _inp                        = _MSVCRT__inp                  @684
    272272    _inpd                       = _MSVCRT__inpd                 @685
Note: See TracChangeset for help on using the changeset viewer.