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:
@@ -22,6 +22,8 @@ typedef unsigned long haiku_build_addr_t;
|
|||||||
|
|
||||||
#ifndef B_CURRENT_TEAM
|
#ifndef B_CURRENT_TEAM
|
||||||
#define B_CURRENT_TEAM 0
|
#define B_CURRENT_TEAM 0
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@@ -42,5 +44,10 @@ extern float roundf(float value);
|
|||||||
} // extern "C"
|
} // extern "C"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Missing from AppDefs.h only on R5
|
||||||
|
#ifndef B_REDO
|
||||||
|
#define B_REDO 'REDO'
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // HAIKU_BUILD_COMPATIBILITY_H
|
#endif // HAIKU_BUILD_COMPATIBILITY_H
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user