Re: [PATCH] ntdll: split out sort and handle win64 cdecl
16 Apr
2010
16 Apr
'10
3:33 p.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
5809
Age (days ago)
5809
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard