genericopenlibs/cstdlib/UCRT/WMCRT0.CPP
branchRCL_3
changeset 56 acd3cd4aaceb
parent 0 e4d67989cc36
child 57 2efc27d87e1c
equal deleted inserted replaced
54:4332f0f7be53 56:acd3cd4aaceb
    19 #include <e32base.h>
    19 #include <e32base.h>
    20 #include <estlib.h>	// for SpawnPosixServerThread()
    20 #include <estlib.h>	// for SpawnPosixServerThread()
    21 #include <stdlib.h>
    21 #include <stdlib.h>
    22 
    22 
    23 extern "C" int wmain (int argc, wchar_t *argv[], wchar_t *envp[]);
    23 extern "C" int wmain (int argc, wchar_t *argv[], wchar_t *envp[]);
    24 
       
    25 extern "C" void exit (int ret);
       
    26 
    24 
    27 GLDEF_C TInt E32Main()
    25 GLDEF_C TInt E32Main()
    28 	{     
    26 	{     
    29 	CTrapCleanup::New();
    27 	CTrapCleanup::New();
    30 
    28