Changeset 1926 for trunk/changelog
- Timestamp:
- Dec 1, 1999, 7:43:08 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1919 r1926 1 /* $Id: changelog,v 1.49 2 1999-12-01 10:53:40sandervl Exp $ */1 /* $Id: changelog,v 1.493 1999-12-01 18:39:15 sandervl Exp $ */ 2 2 3 3 99-12-01: Edgar Buerkle <Edgar.Buerkle@gmx.net> … … 10 10 from trashing FS. (happens when called from a thread ( 11 11 that is not the main thread)) 12 Also wrappers for new/delete calls. (for the same reason) 12 13 - KERNEL32: Increase max nr of open files when DosOpen fails with ERROR_TOO_MANY_OPEN_FILES 13 14 (OSLibDosOpen) 15 Don't translate strings if api fails (FindFirstFileW/FindNextFileW) 16 GetProcessTimes (TODO: Doesn't use RtlExtendedIntegerMultiply correctly!) 17 Translate only upto min(strlen of unicode string,n) in UnicodeToAsciiN 14 18 - ADVAPI32: Fix for RegQueryInfoKeyW (return size = 0) 15 19
Note:
See TracChangeset
for help on using the changeset viewer.