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