Reapply fix for EXPORT_C problem in backend.dll, which got lost in the merge - bug 2971
--- a/genericopenlibs/openenvcore/backend/eabi/backendu.def Fri Jul 23 11:57:06 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/eabi/backendu.def Fri Jul 23 16:09:54 2010 +0100
@@ -166,7 +166,7 @@
_ZN21CLocalSystemInterface16RaiseTimerSignalEii @ 165 NONAME
_ZN21CLocalSystemInterface7OverrunERKi @ 166 NONAME
_ZN21CLocalSystemInterface8AddTimerERKi @ 167 NONAME
- _ZN21CLocalSystemInterface9FindTimerERKi @ 168 NONAME
+ _ZN21CLocalSystemInterface9FindTimerERKi @ 168 NONAME ABSENT
_Z10_aselect_rPiiP6fd_setS1_S1_P7timevalP14TRequestStatus @ 169 NONAME
_Z10_eselect_rPiiP6fd_setS1_S1_P7timevaliP14TRequestStatus @ 170 NONAME
_Z16_cancelaselect_rPiP14TRequestStatus @ 171 NONAME
--- a/genericopenlibs/openenvcore/backend/src/corebackend/localif.cpp Fri Jul 23 11:57:06 2010 +0100
+++ b/genericopenlibs/openenvcore/backend/src/corebackend/localif.cpp Fri Jul 23 16:09:54 2010 +0100
@@ -3227,7 +3227,7 @@
// CLocalSystemInterface::FindTimer
// -----------------------------------------------------------------------------
//
-EXPORT_C TInt CLocalSystemInterface::FindTimer(const TInt& aTimerId)
+TInt CLocalSystemInterface::FindTimer(const TInt& aTimerId)
{
iTimerOverrunsMutex.Wait();