From 395faf9c062319c747933501d13dc551b8e7d715 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sun, 13 Jun 2004 10:04:12 +0000 Subject: rename GSTREAMER_EXPORT to GST_EXPORT Original commit message from CVS: rename GSTREAMER_EXPORT to GST_EXPORT --- gst/gstconfig.h.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gst/gstconfig.h.in') diff --git a/gst/gstconfig.h.in b/gst/gstconfig.h.in index 32545a21e..71d40d63f 100644 --- a/gst/gstconfig.h.in +++ b/gst/gstconfig.h.in @@ -68,13 +68,13 @@ #endif #ifdef WIN32 -#ifdef GSTREAMER_EXPORTS -#define GSTREAMER_EXPORT __declspec(dllexport) extern +#ifdef GST_EXPORTS +#define GST_EXPORT __declspec(dllexport) extern #else -#define GSTREAMER_EXPORT __declspec(dllimport) extern +#define GST_EXPORT __declspec(dllimport) extern #endif #else -#define GSTREAMER_EXPORT extern +#define GST_EXPORT extern #endif #endif /* __GST_CONFIG_H__ */ -- cgit v1.2.3