* part of libbe_test build fix... why is the _IMPEXP stuff there in the

first place? Is it even needed?


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22636 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2007-10-21 15:19:25 +00:00
parent a22279fa0b
commit 359f014e4e
+1 -1
View File
@@ -23,7 +23,7 @@
#include <Node.h>
#include <Message.h>
#if defined(HAIKU_TARGET_PLATFORM_DANO) || defined(HAIKU_TARGET_PLATFORM_HAIKU)
#if defined(HAIKU_TARGET_PLATFORM_DANO) || defined(HAIKU_TARGET_PLATFORM_HAIKU) || defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST)
#define _IMPEXP_MAIL
#endif