From 050d2e953f23db6d818b9cec6b7dc0e52aa7537c Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Wed, 31 Jul 2013 14:06:44 +1000 Subject: Remove #define loop from util.h Replace the loop macro with while (true). The #define caused problems for Qt. --- src/qt/splashscreen.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/qt/splashscreen.cpp') diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp index 43430a858e..22cf04486b 100644 --- a/src/qt/splashscreen.cpp +++ b/src/qt/splashscreen.cpp @@ -2,7 +2,6 @@ #include "clientversion.h" #include "util.h" -#undef loop /* Todo: ugh, remove this when the #define loop is gone from util.h */ #include #include -- cgit v1.2.3