diff --git a/lib/exprengine.h b/lib/exprengine.h index d1cc3c1f0..0c8ff3cd1 100644 --- a/lib/exprengine.h +++ b/lib/exprengine.h @@ -21,6 +21,8 @@ #define exprengineH //--------------------------------------------------------------------------- +#include "config.h" + #include #include #include @@ -209,7 +211,7 @@ namespace ExprEngine { typedef std::function Callback; /** Execute all functions */ - void executeAllFunctions(const Tokenizer *tokenizer, const Settings *settings, const std::vector &callbacks); + void CPPCHECKLIB executeAllFunctions(const Tokenizer *tokenizer, const Settings *settings, const std::vector &callbacks); void executeFunction(const Scope *functionScope, const Tokenizer *tokenizer, const Settings *settings, const std::vector &callbacks); void runChecks(ErrorLogger *errorLogger, const Tokenizer *tokenizer, const Settings *settings); diff --git a/test/testrunner.vcxproj b/test/testrunner.vcxproj index 1ca5b7413..d37a61504 100755 --- a/test/testrunner.vcxproj +++ b/test/testrunner.vcxproj @@ -45,6 +45,7 @@ + diff --git a/test/testrunner.vcxproj.filters b/test/testrunner.vcxproj.filters index 3200b414d..9c413e6e9 100644 --- a/test/testrunner.vcxproj.filters +++ b/test/testrunner.vcxproj.filters @@ -214,6 +214,9 @@ Source Files + + Source Files +