diff --git a/gst/gstconfig.h.in b/gst/gstconfig.h.in index 8a951fb2a7..b30ba8e047 100644 --- a/gst/gstconfig.h.in +++ b/gst/gstconfig.h.in @@ -140,9 +140,9 @@ * for the symbol inside a DLL */ #if defined(_WIN32) && !defined(GST_STATIC_COMPILATION) -# define GST_PLUGIN_EXPORT __declspec(dllexport) extern +# define GST_PLUGIN_EXPORT __declspec(dllexport) # ifdef GST_EXPORTS -# define GST_EXPORT __declspec(dllexport) extern +# define GST_EXPORT __declspec(dllexport) # else # define GST_EXPORT __declspec(dllimport) extern # endif