diff -r acd3cd4aaceb -r 2efc27d87e1c genericopenlibs/cstdlib/UCRT/WCRT0.CPP --- a/genericopenlibs/cstdlib/UCRT/WCRT0.CPP Tue Aug 31 16:54:36 2010 +0300 +++ b/genericopenlibs/cstdlib/UCRT/WCRT0.CPP Wed Sep 01 12:36:54 2010 +0100 @@ -25,6 +25,8 @@ extern "C" int main (int argc, char *argv[], char *envp[]); +extern "C" void exit (int ret); + #ifndef EKA2 IMPORT_C void RegisterWsExe(const TDesC &aName); #endif