http://bugs.winehq.org/show_bug.cgi?id=24588
Summary: 64 bit issue within qsort() Product: Wine Version: 1.3.4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: stefan@obssys.com
Created an attachment (id=31054) --> (http://bugs.winehq.org/attachment.cgi?id=31054) Patch to fix 64 bit issue within qsort()
Change all types from int to size_t within NTDLL_mergesort().