moved definition of B_FIRST_REAL_TIME_PRIORITY to HaikuBuildCompatibility.h

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18467 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2006-08-09 09:53:10 +00:00
parent 8680d4fcfb
commit 5f3c583050
3 changed files with 3 additions and 7 deletions
+3
View File
@@ -27,6 +27,9 @@ typedef unsigned long haiku_build_addr_t;
# define B_CURRENT_TEAM 0
#endif
#ifndef B_FIRST_REAL_TIME_PRIORITY
# define B_FIRST_REAL_TIME_PRIORITY B_REAL_TIME_DISPLAY_PRIORITY
#endif
#ifdef __cplusplus
extern "C" {