# HG changeset patch # User William Roberts # Date 1279897794 -3600 # Node ID d7383dba13baa5cf280379ecf5f288192854516b # Parent 0a3770c1cffec2ea2ffebac50213a613d356441e Reapply fix for EXPORT_C problem in backend.dll, which got lost in the merge - bug 2971 diff -r 0a3770c1cffe -r d7383dba13ba genericopenlibs/openenvcore/backend/eabi/backendu.def --- 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 diff -r 0a3770c1cffe -r d7383dba13ba genericopenlibs/openenvcore/backend/src/corebackend/localif.cpp --- 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();