Marcus Meissner meissner@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.