Changeset 3077 for trunk/changelog
- Timestamp:
- Mar 10, 2000, 5:16:56 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r3073 r3077 1 /* $Id: changelog,v 1.795 2000-03-10 15:19:45 mike Exp $ */ 1 /* $Id: changelog,v 1.796 2000-03-10 16:16:56 sandervl Exp $ */ 2 3 2000-03-09: Sander van Leeuwen <sandervl@xs4all.nl> 4 - KERNEL32: Set initial max nr of file handles to 256 during kernel32 init 5 Create DDRAW & DSOUND registry keys in InitRegistry 6 (NOTE: Must be done in install program!) 7 Added some win95 stubs 8 - GDI32: Added 16 bits device apis stubs 2 9 3 10 2000-03-10: Michal Necasek <mike@mendelu.cz> … … 33 40 dll dependencies 34 41 TODO: Circular dependencies only partly working 35 (a->b->a works, but a->b->c->a won't)42 (a->b->a works, but a->b->c->a doesn't) 36 43 - USER32: Fixed bug in dialog constructor (class name translation) 37 44 (only showed up in release build)
Note:
See TracChangeset
for help on using the changeset viewer.