Made the check for B_BUFFER_OVERFLOW more flexible.

This commit is contained in:
Ingo Weinhold
2011-07-17 16:54:08 +02:00
parent f1eeb32334
commit b795c9ce72
+1 -1
View File
@@ -53,7 +53,7 @@
#include <fcntl.h>
#include <ctype.h>
#ifndef HAIKU_TARGET_PLATFORM_HAIKU
#ifndef B_BUFFER_OVERFLOW
# define B_BUFFER_OVERFLOW B_ERROR
#endif