Re: [PATCH] ntdll: Reimplement qsort() using generic mergesort
9 May
2010
9 May
'10
3:55 p.m.
Le dimanche 09 mai 2010 13:09:47, Marcus Meissner a écrit :
As __cdecl (for the compare function) is not the UNIX cdecl in Win64 anymore, we need to reimplement sort to call the right comparator functions.
Not that it's important, but that reminded me of this: http://docs.python.org/library/ctypes.html#callback-functions (scroll a bit for qsort example on windows vs. linux) It would be interesting (though probably futile) to see how this code behaves. -- Vincent Pelletier
5699
Age (days ago)
5699
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vincent Pelletier