http://bugs.winehq.org/show_bug.cgi?id=2686
Summary: LocalSize()/GlobalSize() return wrong size! Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: w3seek@reactos.com
LocalSize()/GlobalSize() return the wrong number of allocate bytes. They should return the exact same number as allocated, not round up. To reproduce run the reactos' version of regedit and edit a dword value, it should only display 4 bytes as can be seen in windows. in ReactOS/wine it however displays too many byte (because of the wrong reported allocated size.