diff --git a/programs/test/metatest.c b/programs/test/metatest.c index 1724aed0bd..392b638420 100644 --- a/programs/test/metatest.c +++ b/programs/test/metatest.c @@ -34,6 +34,7 @@ #include "test/helpers.h" #include "test/macros.h" #include "test/memory.h" +#include "common.h" #include #include @@ -42,11 +43,6 @@ #include #endif -/* C99 feature missing from older versions of MSVC */ -#if (defined(_MSC_VER) && (_MSC_VER <= 1900)) -#define /*no-check-names*/ __func__ __FUNCTION__ -#endif - /* This is an external variable, so the compiler doesn't know that we're never * changing its value.