Changeset 1661 for trunk/changelog
- Timestamp:
- Nov 9, 1999, 3:16:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1653 r1661 1 /* $Id: changelog,v 1.426 1999-11-09 09:31:14 phaller Exp $ */ 1 /* $Id: changelog,v 1.427 1999-11-09 14:13:45 sandervl Exp $ */ 2 3 99-11-09: Sander van Leeuwen <sandervl@xs4all.nl> 4 - OLE32: Renamed dll to OLE32OS2 to avoid conflicts with Lotus SmartSuite's 5 OLE32.dll 6 - OLE32/OLEAUT32/AVIFIL32: compilation fixes 7 - KERNEL32: Fixed lstrcpynAtoW & lstrcpynWtoA, OS/2 unicode api 8 translated up to maxlen characters -> heap corruption 9 in Solitaire. Translate upto min(stringlength+1, maxlen). 10 Also, terminate at strlen(strlength), not maxbuf-1 (lstrcpynWtoA) 11 - KERNEL32: Added code for renaming dlls (i.e. OLE32 <-> OLE32OS2) 12 Odin.ini in bin directory needs to be present for PE loader 13 (includes renaming entries for OLE32 & NETAPI32) 14 NOTE: Dll name in ole32.lib has changed, so a complete recompilation 15 is required! 16 NOTE 2: We might need to add some code to the file io apis in case 17 dirty apps try to read directly from system dlls. 18 - KERNEL32: No need to export private apis by name & ordinal (ord is enough) 2 19 3 20 99-11-09: Patrick Haller <phaller@gmx.net>
Note:
See TracChangeset
for help on using the changeset viewer.