summaryrefslogtreecommitdiff
path: root/sax/test/testcomponent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/test/testcomponent.cxx')
-rw-r--r--sax/test/testcomponent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/test/testcomponent.cxx b/sax/test/testcomponent.cxx
index 339ee621f290..8380b3b43de2 100644
--- a/sax/test/testcomponent.cxx
+++ b/sax/test/testcomponent.cxx
@@ -42,7 +42,7 @@ using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::registry;
// Needed to switch on solaris threads
-#ifdef SOLARIS
+#ifdef __sun
extern "C" void ChangeGlobalInit();
#endif
@@ -53,7 +53,7 @@ int main (int argc, char **argv)
printf( "usage : testcomponent service dll [additional dlls]\n" );
exit( 0 );
}
-#ifdef SOLARIS
+#ifdef __sun
// switch on threads in solaris
ChangeGlobalInit();
#endif