qsort() prototype in stdlib.h doesn't specify that callback function must be __cdecl

svn path=/trunk/; revision=28603
This commit is contained in:
Hervé Poussineau 2007-08-27 15:26:39 +00:00
parent a011fbf1c2
commit abcc833c45

View file

@ -36,7 +36,6 @@ static const signed char NTDLL_mostSignificant[16] = {
static
int
__cdecl
NTDLL_RunSortFn(const void *lhs,
const void *rhs)
{