branch | anywhere |
changeset 50 | 999bb78c71ac |
parent 48 | 10816385149a |
child 93 | 7c26c0978cbf |
--- a/kernel/eka/euser/epoc/win32/uc_epoc.cpp Wed Feb 03 17:47:37 2010 +0100 +++ b/kernel/eka/euser/epoc/win32/uc_epoc.cpp Wed Feb 03 22:15:32 2010 +0100 @@ -19,8 +19,11 @@ #include <e32std_private.h> #include <e32wins.h> +#if defined __SYMC__ + //SL: Empty on FCL ? + GLDEF_C TInt E32Main() { //What do we do then @@ -31,7 +34,12 @@ return KErrNone; } + TInt main() { - return E32Main(); - } \ No newline at end of file + BootEpoc(ETrue); + return 0; + } + +#endif +