Added a fix for DiskProbe under R5

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18369 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2006-08-03 15:56:12 +00:00
parent 2583a5828f
commit 146cf2137b
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,8 @@ typedef unsigned long haiku_build_addr_t;
#ifndef B_CURRENT_TEAM
#define B_CURRENT_TEAM 0
#endif
@ -42,5 +44,10 @@ extern float roundf(float value);
} // extern "C"
#endif
// Missing from AppDefs.h only on R5
#ifndef B_REDO
#define B_REDO 'REDO'
#endif
#endif // HAIKU_BUILD_COMPATIBILITY_H