diff --git a/headers/build/HaikuBuildCompatibility.h b/headers/build/HaikuBuildCompatibility.h index f574a3ee17..52ee207fc2 100644 --- a/headers/build/HaikuBuildCompatibility.h +++ b/headers/build/HaikuBuildCompatibility.h @@ -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