mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 22:44:22 +08:00
qsort() prototype in stdlib.h doesn't specify that callback function must be __cdecl
svn path=/trunk/; revision=28603
This commit is contained in:
@@ -36,7 +36,6 @@ static const signed char NTDLL_mostSignificant[16] = {
|
||||
|
||||
static
|
||||
int
|
||||
__cdecl
|
||||
NTDLL_RunSortFn(const void *lhs,
|
||||
const void *rhs)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user