OS/2 TB breakage
Stab in the dark here This #ifdef is probably bad anyway. Is it checking for a BSD build system? We should have XP_BSD or something.
This commit is contained in:
Родитель
a61eb4f00d
Коммит
1bef732366
|
@ -135,7 +135,7 @@
|
|||
#endif
|
||||
/* B003 */
|
||||
#else
|
||||
#ifdef BSD
|
||||
#if defined(BSD) && !defined(XP_OS2)
|
||||
#include <strings.h> /* defines "memcpy" for BSD (?) */
|
||||
#else
|
||||
#include <string.h> /* defines "memcpy" for all others (???) */
|
||||
|
|
Загрузка…
Ссылка в новой задаче