summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbytearraymatcher/tst_qbytearraymatcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qbytearraymatcher/tst_qbytearraymatcher.cpp')
-rw-r--r--tests/auto/qbytearraymatcher/tst_qbytearraymatcher.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qbytearraymatcher/tst_qbytearraymatcher.cpp b/tests/auto/qbytearraymatcher/tst_qbytearraymatcher.cpp
index ff6de8e9f4..09a3dfdf7d 100644
--- a/tests/auto/qbytearraymatcher/tst_qbytearraymatcher.cpp
+++ b/tests/auto/qbytearraymatcher/tst_qbytearraymatcher.cpp
@@ -44,6 +44,11 @@
#include <qbytearraymatcher.h>
+// COM interface
+#if defined(Q_OS_WIN) && defined(interface)
+# undef interface
+#endif
+
class tst_QByteArrayMatcher : public QObject
{
Q_OBJECT