Changeset 6181


Ignore:
Timestamp:
Jul 6, 2001, 3:44:38 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

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.
    214
    315 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:06 sandervl Exp $ */
     1/* $Id: objhandle.h,v 1.5 2001-07-06 13:44:19 sandervl Exp $ */
    22/*
    33 * Win32 Handle Management Code for OS/2 (GDI32)
     
    2626  USEROBJ_MENU   = 0xD6,
    2727  USEROBJ_ACCEL  = 0xD7,
    28   GDIOBJ_OPEN32  = 0xD8
     28  USEROBJ_CURSORICON = 0xD8,
     29  GDIOBJ_OPEN32  = 0xE0
    2930//...
    3031} ObjectType;
Note: See TracChangeset for help on using the changeset viewer.