Changeset 6181
- Timestamp:
- Jul 6, 2001, 3:44:38 PM (24 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (1 diff)
-
include/objhandle.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r6175 r6181 1 /* $Id: changelog,v 1.1566 2001-07-05 18:08:26 sandervl Exp $ */ 1 /* $Id: changelog,v 1.1567 2001-07-06 13:44:38 sandervl Exp $ */ 2 3 2001-07-06: Sander van Leeuwen <sandervl@xs4all.nl> 4 - KERNEL32: o HeapAlloc must return pointers aligned at 8 byte boundary 5 o GlobalAlloc must return pointers aligned at 8 byte boundary 6 (SDK docs + verified in NT4, SP6) 7 o LocalReAlloc bugfix 8 - USER32: o Must return 16 bits icon & cursor handles 9 (fixes crash in Acrobat Reader 4) 10 - GDI32: o GetDIBits must only return color information when lpvBits 11 is not NULL. 12 (fixes Opera crash (heap corruption) with new heap code) 13 - PELDR: o Report error when file not found. 2 14 3 15 2001-07-05: Sander van Leeuwen <sandervl@xs4all.nl> -
trunk/include/objhandle.h
r4768 r6181 1 /* $Id: objhandle.h,v 1. 4 2000-12-09 15:00:06sandervl Exp $ */1 /* $Id: objhandle.h,v 1.5 2001-07-06 13:44:19 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Handle Management Code for OS/2 (GDI32) … … 26 26 USEROBJ_MENU = 0xD6, 27 27 USEROBJ_ACCEL = 0xD7, 28 GDIOBJ_OPEN32 = 0xD8 28 USEROBJ_CURSORICON = 0xD8, 29 GDIOBJ_OPEN32 = 0xE0 29 30 //... 30 31 } ObjectType;
Note:
See TracChangeset
for help on using the changeset viewer.
