diff -r ef2a444a7410 -r b3a1d9898418 kerneltest/e32test/misc/t_svr6.cpp --- a/kerneltest/e32test/misc/t_svr6.cpp Mon May 03 13:47:38 2010 +0300 +++ b/kerneltest/e32test/misc/t_svr6.cpp Fri May 14 17:13:29 2010 +0300 @@ -706,7 +706,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)