16 Apr
2010
16 Apr
'10
9:33 a.m.
Marcus Meissner <meissner(a)suse.de> writes:
qsort() calls a cdecl routine, but Win64 cdecl is sadly not UNIX cdecl... So we need a wrapper.
Hope this kind of ifdef magic is acceptable, I don't want it for win32.
That looks quite inefficient, not to mention not thread-safe. It would be better to reimplement these functions, that's not hard. -- Alexandre Julliard julliard(a)winehq.org