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:
parent
2583a5828f
commit
146cf2137b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user