Made the check for B_BUFFER_OVERFLOW more flexible.

This commit is contained in:
Ingo Weinhold 2011-06-16 20:03:33 +02:00
parent f1eeb32334
commit b795c9ce72
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <ctype.h> #include <ctype.h>
#ifndef HAIKU_TARGET_PLATFORM_HAIKU #ifndef B_BUFFER_OVERFLOW
# define B_BUFFER_OVERFLOW B_ERROR # define B_BUFFER_OVERFLOW B_ERROR
#endif #endif