diff -r 0cb2248d0edc -r ebe3f8f03b59 apicompatanamdw/compatanalysercmd/headeranalyser/bin/forced_9.4v2.h --- a/apicompatanamdw/compatanalysercmd/headeranalyser/bin/forced_9.4v2.h Thu Apr 22 17:15:08 2010 +0530 +++ b/apicompatanamdw/compatanalysercmd/headeranalyser/bin/forced_9.4v2.h Mon Apr 26 16:28:13 2010 +0530 @@ -37,3 +37,9 @@ #ifndef __int64 #define __int64 long #endif + +// QT exported macros +#undef Q_DECL_EXPORT +#define Q_DECL_EXPORT __THIS_IS_EXPORTED__ +#undef Q_DECL_IMPORT +#define Q_DECL_IMPORT __THIS_IS_EXPORTED__ \ No newline at end of file