diff -r b42b9ce90ea9 -r 661475905584 kerneltest/e32test/misc/t_svr3.cpp --- a/kerneltest/e32test/misc/t_svr3.cpp Fri Apr 23 22:02:01 2010 +0100 +++ b/kerneltest/e32test/misc/t_svr3.cpp Fri Apr 23 22:08:41 2010 +0100 @@ -578,7 +578,8 @@ // Override heap creation for this process // This function runs at the beginning of every thread // Initial heap is shared but subsequent heaps are single threaded -TInt UserHeap::SetupThreadHeap(TBool aNotFirst, SStdEpocThreadCreateInfo& aInfo) + +EXPORT_C TInt UserHeap::SetupThreadHeap(TBool aNotFirst, SStdEpocThreadCreateInfo& aInfo) { TInt r = KErrNone; if (!aInfo.iAllocator && aInfo.iHeapInitialSize>0)