]> git.sesse.net Git - mlt/blobdiff - src/mlt++/config.h
Initial port to Windows using MinGW.
[mlt] / src / mlt++ / config.h
index ccda822d81c16f0fe3969ef7958420d5538dd429..454771e2787b57810478b15553822fa36c7bafc6 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef MLTPP_CONFIG_H_
 #define MLTPP_CONFIG_H_
 
-#ifdef WIN32
+#if defined(WIN32) && defined(_MSC_VER)
     #ifdef MLTPP_EXPORTS
         #define MLTPP_DECLSPEC __declspec( dllexport )
     #else