diff -r 839712f5a78c -r 24e4ef208cca sbsv2/raptor/test/smoke_suite/test_resources/simple_dll/CreateStaticDLL.cpp --- a/sbsv2/raptor/test/smoke_suite/test_resources/simple_dll/CreateStaticDLL.cpp Wed Jul 14 16:22:24 2010 +0800 +++ b/sbsv2/raptor/test/smoke_suite/test_resources/simple_dll/CreateStaticDLL.cpp Wed Jul 14 14:50:01 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__) extern "C" void __ARM_switch8(); void sbs_test() { __ARM_switch8(); } - +#endif EXPORT_C CMessenger* CMessenger::NewLC(CConsoleBase& aConsole, const TDesC& aString) {