--- a/kerneltest/e32test/misc/t_svr6.cpp Tue Aug 31 16:34:26 2010 +0300
+++ b/kerneltest/e32test/misc/t_svr6.cpp Wed Sep 01 12:34:56 2010 +0100
@@ -706,8 +706,7 @@
// 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
-
-EXPORT_C TInt UserHeap::SetupThreadHeap(TBool aNotFirst, SStdEpocThreadCreateInfo& aInfo)
+TInt UserHeap::SetupThreadHeap(TBool aNotFirst, SStdEpocThreadCreateInfo& aInfo)
{
TInt r = KErrNone;
if (!aInfo.iAllocator && aInfo.iHeapInitialSize>0)