We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed32e8c commit 4b7972aCopy full SHA for 4b7972a
src/AvTranscoder/common.hpp
@@ -23,7 +23,7 @@ extern "C" {
23
#ifdef SWIG
24
#define AvExport
25
#else
26
-#if ( defined( WIN32 ) || defined( WIN64 ) || defined( _WIN32 ) || defined( _WIN64 ) || defined( __WINDOWS__ ) || defined( __TOS_WIN__ ) || defined( __WIN32__ ) )
+#if defined( __WINDOWS__ )
27
#define AvExport __declspec( dllexport )
28
#elif defined( __GNUC__ ) // Add compiler definition here...
29
#if __GNUC__ - 0 > 3 || ( __GNUC__ - 0 == 3 && __GNUC_MINOR__ - 0 > 2 )
0 commit comments