gstreamer_core/gst/gsterror.h
changeset 19 24ed0baaf8e5
parent 16 8e837d1bf446
--- a/gstreamer_core/gst/gsterror.h	Fri Apr 16 16:18:02 2010 -0500
+++ b/gstreamer_core/gst/gsterror.h	Fri Apr 30 19:11:56 2010 -0500
@@ -239,7 +239,9 @@
  * call.  To be used as the debug argument in #GST_ELEMENT_ERROR.
  */
 #define GST_ERROR_SYSTEM    ("system error: %s", g_strerror (errno))
-
+#ifdef __SYMBIAN32__
+IMPORT_C
+#endif
 GType gst_g_error_get_type (void);
 #ifdef __SYMBIAN32__
 IMPORT_C