kernel/eka/euser/epoc/arm/uc_dll.cpp
changeset 104 466a0df5c15a
parent 0 a41df078684a
child 246 4a60358e2cbf
--- a/kernel/eka/euser/epoc/arm/uc_dll.cpp	Wed Apr 21 17:14:04 2010 +0100
+++ b/kernel/eka/euser/epoc/arm/uc_dll.cpp	Tue May 04 16:57:20 2010 +0100
@@ -44,11 +44,11 @@
 	return 0;
 	}
 
-#elif defined(__ARMCC__)
+#elif defined(__EABI__)
 
 void __DLL_Export_Table__(void);
 void __cpp_initialize__aeabi_(void);
-__weak void run_static_dtors(void);
+__WEAK__ void run_static_dtors(void);
 
 GLDEF_C TInt _E32Dll_Body(TInt aReason)
 	{