* 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:
@@ -52,6 +52,30 @@ typedef int socklen_t;
|
|||||||
__attribute__((format(__printf__, _format_, _args_)))
|
__attribute__((format(__printf__, _format_, _args_)))
|
||||||
#endif
|
#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
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user