On Fri, Apr 01, 2011 at 06:19:11PM +0200, Christophe Fergeau wrote: > MIN() is already defined in spice-protocol/spice/macros.h
Hrm, and the patch below isn't the one I meant to sent, the correct one is attached. Christophe
From e61aebb30b529351a21ac37a5f2a149f773a9664 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau <cferg...@redhat.com> Date: Fri, 1 Apr 2011 16:47:12 +0200 Subject: [PATCH] remove duplicated macro MIN() is already defined in spice-protocol/spice/macros.h --- server/tests/test_util.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/server/tests/test_util.h b/server/tests/test_util.h index 5344a4f..ac1442d 100644 --- a/server/tests/test_util.h +++ b/server/tests/test_util.h @@ -9,6 +9,4 @@ abort(); \ } -#define MIN(a,b) ((a) > (b) ? (b) : (a)) - #endif // __TEST_UTIL_H__ -- 1.7.4.2
pgpEJjr9osnd8.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel