genericopenlibs/cstdlib/LINC/STDLIB.H
changeset 71 28ccaba883f4
parent 0 e4d67989cc36
child 57 2efc27d87e1c
--- a/genericopenlibs/cstdlib/LINC/STDLIB.H	Fri Sep 17 19:25:42 2010 +0530
+++ b/genericopenlibs/cstdlib/LINC/STDLIB.H	Wed Oct 13 19:39:18 2010 +0530
@@ -66,7 +66,7 @@
 IMPORT_C int	_epoc32_atexit	(void (*_func)(void));
 
 #ifdef EKA2
-void	abort	(void);
+IMPORT_C void	abort	(void);
 #else
 IMPORT_C void	abort	(void);
 #endif