Changeset 2179 for trunk/changelog
- Timestamp:
- Dec 21, 1999, 1:30:50 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r2175 r2179 1 /* $Id: changelog,v 1.56 6 1999-12-21 01:39:26 hughExp $ */1 /* $Id: changelog,v 1.567 1999-12-21 12:30:50 sandervl Exp $ */ 2 2 3 3 99-12-21: Markus Montkowski <mmontkowski@gmx.de> … … 7 7 between the highcolormodes 8 8 Do Colorfills for the above modes. 9 Removed inhertiance rom IBASE in DDRectangle9 Removed inhertiance from IBASE in DDRectangle 10 10 11 11 99-12-21: Sander van Leeuwen <sandervl@xs4all.nl> 12 12 - ADVAPI32: Fixed some bugs in service.cpp; implemented some service apis 13 13 - INCLUDE\WIN: Added winsvc.h; removed service definitions from winbase.h & winreg.h 14 - NTDLL/CRTDLL: Moved all CRT functions into CRTDLL 15 CRTDLL should contain all shared RTL functions (in addition 16 to those present in the win32 version); this is more 17 consistent than putting half the rtl functions in NTDLL 18 and the rest in CRTDLL. 19 - MSVCRT: Removed all forwarders from def file. Link with CRTDLL instead. 20 NOTE: Non-existant forwarders don't generate errors when loading 21 this dll!!! 22 Linking with a lib makes sure the import really exists. 23 - KERNEL32: Moved memmove to NTDLL (forwarded to CRTDLL) 24 - ODINCRT: Added wrappers for file io functions (to prevent FS corruption) 14 25 15 26 99-12-20: Rene Pronk <R.Pronk@twi.tudelft.nl>
Note:
See TracChangeset
for help on using the changeset viewer.