kernel/eka/euser/epoc/win32/uc_epoc.cpp
branchanywhere
changeset 28 9642313072c3
parent 25 57330c35d3d7
child 48 10816385149a
--- a/kernel/eka/euser/epoc/win32/uc_epoc.cpp	Thu Jan 07 02:37:41 2010 +0100
+++ b/kernel/eka/euser/epoc/win32/uc_epoc.cpp	Sat Jan 09 02:16:07 2010 +0100
@@ -14,34 +14,16 @@
 // e32\euser\epoc\win32\uc_epoc.cpp
 // 
 //
+
 #include <e32std.h>
 #include <e32std_private.h>
 #include <e32wins.h>
 
-
-//SL: this file is empty on FCL
-
-/*
-extern "C"
-GLDEF_C TInt _E32Startup()
-//
-// Unused in the stub
-//
-	{
-	return KErrNone;
-	}
+//SL: Empty on FCL ?
 
-GLDEF_C void __stdcall _E32Bootstrap()
-//
-// stub for bootstrapping EPOC
-//
+GLDEF_C TInt E32Main()
 	{
-	BootEpoc(EFalse);
-	}
-*/
+	//What do we do then
 
-
-int main(int argc, char* argv[])
-	{
-	BootEpoc(EFalse);
-	}
+	return KErrNone;
+	}
\ No newline at end of file