sbsv2/raptor/test/smoke_suite/test_resources/simple_dll/CreateStaticDLL.cpp
changeset 28 b8fa7dfeeaa1
parent 13 c327db0664bb
--- a/sbsv2/raptor/test/smoke_suite/test_resources/simple_dll/CreateStaticDLL.cpp	Wed Aug 04 12:07:55 2010 +0100
+++ b/sbsv2/raptor/test/smoke_suite/test_resources/simple_dll/CreateStaticDLL.cpp	Wed Oct 06 15:13:17 2010 +0100
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2000-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
@@ -24,14 +24,14 @@
 
 // construct/destruct
 
-
+#if !defined(__ARMCC_4__) and !defined(__X86__)
 extern "C" void __ARM_switch8();
 
 void sbs_test()
 	{
 	__ARM_switch8();
 	}
-
+#endif
 
 EXPORT_C CMessenger* CMessenger::NewLC(CConsoleBase& aConsole, const TDesC& aString)
 	{