- Timestamp:
- Jan 3, 2000, 11:26:49 AM (26 years ago)
- Location:
- trunk/src/msvcrt
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/msvcrt/msvcrt.def
r2223 r2307 1 ; $Id: msvcrt.def,v 1.1 3 1999-12-28 10:31:01sandervl Exp $1 ; $Id: msvcrt.def,v 1.14 2000-01-03 10:26:49 sandervl Exp $ 2 2 3 3 ; … … 271 271 _getsystime = _CRTDLL__getsystime @259 272 272 _getw = _CRTDLL__getw @260 273 ;;;;; _getws = _CRTDLL__getws @261273 _getws = _MSVCRT__getws @261 274 274 _global_unwind2 = _CRTDLL__global_unwind2 @262 275 275 _heapadd = _MSVCRT__heapadd @263 -
trunk/src/msvcrt/msvcrt20.def
r2223 r2307 1 ; $Id: msvcrt20.def,v 1. 4 1999-12-28 10:31:01sandervl Exp $1 ; $Id: msvcrt20.def,v 1.5 2000-01-03 10:26:49 sandervl Exp $ 2 2 3 3 ; … … 201 201 _getsystime = _CRTDLL__getsystime @613 202 202 _getw = _CRTDLL__getw @614 203 ;;; _getws = _CRTDLL__getws @615203 _getws = _MSVCRT__getws @615 204 204 _global_unwind2 = _CRTDLL__global_unwind2 @616 205 205 _heapadd = _MSVCRT__heapadd @617 -
trunk/src/msvcrt/msvcrt40.def
r2223 r2307 1 ; $Id: msvcrt40.def,v 1. 4 1999-12-28 10:31:01sandervl Exp $1 ; $Id: msvcrt40.def,v 1.5 2000-01-03 10:26:49 sandervl Exp $ 2 2 3 3 ; … … 259 259 _getsystime = _CRTDLL__getsystime @672 260 260 _getw = _CRTDLL__getw @673 261 ;;;; _getws = _CRTDLL__getws@674261 _getws = _MSVCRT__getws @674 262 262 _global_unwind2 = _CRTDLL__global_unwind2 @675 263 263 _heapadd = _MSVCRT__heapadd @676 … … 267 267 ; _heapused @680 268 268 _heapwalk = _CRTDLL__heapwalk @681 269 _hypot = _CRTDLL__hypot 269 _hypot = _CRTDLL__hypot @682 270 270 _initterm = _DLL_InitTerm @683 271 271 _inp = _MSVCRT__inp @684 -
trunk/src/msvcrt/msvcrt40.rc
r2252 r2307 1 /* $Id: msvcrt40.rc,v 1. 1 1999-12-29 18:49:02sandervl Exp $ */1 /* $Id: msvcrt40.rc,v 1.2 2000-01-03 10:26:49 sandervl Exp $ */ 2 2 3 3 #include "winuser.h" … … 6 6 ///////////////////////////////////////////////////////////////////////////// 7 7 // 8 // Version (MSVCRT40.DLL from NT 4, SP3)8 // Version (MSVCRT40.DLL from Win98SE) 9 9 // 10 10 … … 25 25 VALUE "CompanyName", "Odin Team\0" 26 26 VALUE "FileDescription", "C/C++ Runtime library\0" 27 VALUE "FileVersion", "4.2 0\0"27 VALUE "FileVersion", "4.22\0" 28 28 VALUE "InternalName", "MSVCRT40\0" 29 29 VALUE "LegalCopyright", "Copyright (C) 1999\0" … … 31 31 VALUE "OriginalFilename", "MSVCRT40.DLL\0" 32 32 VALUE "ProductName", "Odin32 - MSVCRT40\0" 33 VALUE "ProductVersion", "4.2 0.6172\0"33 VALUE "ProductVersion", "4.22.0000\0" 34 34 END 35 35 END
Note:
See TracChangeset
for help on using the changeset viewer.