kernel/eka/euser/epoc/win32/uc_epoc.cpp
branchanywhere
changeset 50 999bb78c71ac
parent 48 10816385149a
child 93 7c26c0978cbf
equal deleted inserted replaced
49:af71d110c717 50:999bb78c71ac
    17 
    17 
    18 #include <e32std.h>
    18 #include <e32std.h>
    19 #include <e32std_private.h>
    19 #include <e32std_private.h>
    20 #include <e32wins.h>
    20 #include <e32wins.h>
    21 
    21 
       
    22 #if defined __SYMC__
       
    23 
    22 //SL: Empty on FCL ?
    24 //SL: Empty on FCL ?
       
    25 
    23 
    26 
    24 GLDEF_C TInt E32Main()
    27 GLDEF_C TInt E32Main()
    25 	{
    28 	{
    26 	//What do we do then
    29 	//What do we do then
    27 
    30 
    29 	delete base;
    32 	delete base;
    30 
    33 
    31 	return KErrNone;
    34 	return KErrNone;
    32 	}
    35 	}
    33 
    36 
       
    37 
    34 TInt main()
    38 TInt main()
    35 	{
    39 	{
    36 	return E32Main();
    40 	BootEpoc(ETrue);
       
    41 	return 0;
    37 	}
    42 	}
       
    43 
       
    44 #endif
       
    45