* 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
This commit is contained in:
Stephan Aßmus 2007-10-21 15:54:04 +00:00
parent dd8cf8ddd6
commit 55f2592d3a

View File

@ -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