From 55f2592d3a0edf7863d93173337150de9c0ab475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Sun, 21 Oct 2007 15:54:04 +0000 Subject: [PATCH] * added more stuff which was needed to get the test environment to compile again git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22639 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/build/HaikuBuildCompatibility.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/headers/build/HaikuBuildCompatibility.h b/headers/build/HaikuBuildCompatibility.h index 7f8f428ff4..a019306c57 100644 --- a/headers/build/HaikuBuildCompatibility.h +++ b/headers/build/HaikuBuildCompatibility.h @@ -52,6 +52,30 @@ typedef int socklen_t; __attribute__((format(__printf__, _format_, _args_))) #endif +// BeOS version of BeBuild.h defines this +#define _IMPEXP_ROOT __declspec(dllimport) +#define _IMPEXP_BE __declspec(dllimport) +#define _IMPEXP_MEDIA __declspec(dllimport) +#define _IMPEXP_TRACKER __declspec(dllimport) +#define _IMPEXP_TRANSLATION __declspec(dllimport) +#define _IMPEXP_DEVICE __declspec(dllimport) + +#ifdef __cplusplus +class BBuffer; +class BBufferConsumer; +class BBufferGroup; +class BContinuousParameter; +class BControllable; +class BFileInterface; +class BParameterWeb; +class BTextView; +class BTranslator; +class BTimeSource; +class BRegion; +struct entry_ref; +struct media_node; +#endif + #ifdef __cplusplus extern "C" { #endif