added B_BAD_DATA (it doesn't exist on R5)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18725 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-08-31 16:23:09 +00:00
parent b206bbe1d8
commit df076a3f69

View File

@ -64,6 +64,7 @@ extern float roundf(float value);
#ifdef HAIKU_TARGET_PLATFORM_BEOS
# define B_REDO 'REDO'
# define B_BAD_DATA (B_NOT_ALLOWED + 1)
#endif
#endif // HAIKU_BUILD_COMPATIBILITY_H