Fixing mac bustage: XP_QSORT()
This commit is contained in:
Родитель
f08ed252d2
Коммит
c5445ca373
|
@ -32,7 +32,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if defined(SOLARIS) || defined(XP_MAC)
|
||||
#if defined(SOLARIS) || defined(BROKEN_QSORT) || !defined(HAVE_QSORT)
|
||||
extern void XP_QSORT(void *, size_t, size_t,
|
||||
int (*)(const void *, const void *));
|
||||
#elif defined(XP_OS2)
|
||||
|
|
Загрузка…
Ссылка в новой задаче