diff -r a179b74831c9 -r c1f20ce4abcf kerneltest/e32test/misc/t_svr3.cpp --- a/kerneltest/e32test/misc/t_svr3.cpp Thu Aug 19 11:14:22 2010 +0300 +++ b/kerneltest/e32test/misc/t_svr3.cpp Tue Aug 31 16:34:26 2010 +0300 @@ -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)