diff -r 512aaca1665c -r 5824eee55f42 gst_plugins_base/tsrc/check/gst/typefindfunctions/src/typefindfunctions.c --- a/gst_plugins_base/tsrc/check/gst/typefindfunctions/src/typefindfunctions.c Wed Mar 24 18:11:27 2010 -0500 +++ b/gst_plugins_base/tsrc/check/gst/typefindfunctions/src/typefindfunctions.c Fri Apr 16 16:18:02 2010 -0500 @@ -35,7 +35,7 @@ static GET_GLOBAL_VAR_FROM_TLS(raised_critical,gstcheck,gboolean) #define _gst_check_raised_critical (*GET_GSTREAMER_WSD_VAR_NAME(raised_critical,gstcheck,g)()) #else -extern gboolean _gst_check_raised_critical; +IMPORT_C extern gboolean _gst_check_raised_critical; #endif //gboolean _gst_check_expecting_log = FALSE; @@ -43,7 +43,7 @@ static GET_GLOBAL_VAR_FROM_TLS(expecting_log,gstcheck,gboolean) #define _gst_check_expecting_log (*GET_GSTREAMER_WSD_VAR_NAME(expecting_log,gstcheck,g)()) #else -extern gboolean _gst_check_expecting_log; +IMPORT_C extern gboolean _gst_check_expecting_log; #endif void create_xml(int result)