genericopenlibs/cstdlib/UCRT/WWCRT0.CPP
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/genericopenlibs/cstdlib/UCRT/WWCRT0.CPP	Tue Aug 31 16:54:36 2010 +0300
+++ b/genericopenlibs/cstdlib/UCRT/WWCRT0.CPP	Wed Sep 01 12:36:54 2010 +0100
@@ -26,6 +26,8 @@
 
 extern "C" int wmain (int argc, wchar_t *argv[], wchar_t *envp[]);
 
+extern "C" void exit (int ret);
+
 #ifndef EKA2
 IMPORT_C void RegisterWsExe(const TDesC &aName);
 #endif