From 88a1db1787730042ea8645180af8c3c2a95290bd Mon Sep 17 00:00:00 2001
From: hjk <qtc-committer@nokia.com>
Date: Wed, 7 Apr 2010 15:23:37 +0200
Subject: [PATCH] debugger: compile fix for manual test on windows

min and max are #defined
---
 tests/manual/gdbdebugger/simple/app.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/manual/gdbdebugger/simple/app.cpp b/tests/manual/gdbdebugger/simple/app.cpp
index 434aa58df9a..067bb7d8980 100644
--- a/tests/manual/gdbdebugger/simple/app.cpp
+++ b/tests/manual/gdbdebugger/simple/app.cpp
@@ -73,6 +73,8 @@
 
 #ifdef Q_OS_WIN
 #include <windows.h>
+#undef min
+#undef max
 #endif
 
 Q_DECLARE_METATYPE(QHostAddress)
-- 
GitLab