From 2392ad5c5d48a2bfb436cd29c236035e0f313a6e Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Sun, 6 Jul 2008 09:06:15 +0000 Subject: [PATCH] Carlo Bramini (carlo.bramix@libero.it): - Fix tditest compilation for Release builds See issue #3290 for more details. svn path=/trunk/; revision=34321 --- rosapps/applications/net/tditest/include/debug.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rosapps/applications/net/tditest/include/debug.h b/rosapps/applications/net/tditest/include/debug.h index a2bae7b81d5..63c90d0d9fe 100644 --- a/rosapps/applications/net/tditest/include/debug.h +++ b/rosapps/applications/net/tditest/include/debug.h @@ -17,6 +17,10 @@ #define DEBUG_ULTRA 0xFFFFFFFF +#ifdef ASSERT +#undef ASSERT +#endif + #ifdef DBG extern ULONG DebugTraceLevel; @@ -41,10 +45,6 @@ extern ULONG DebugTraceLevel; #endif /* _MSC_VER */ -#ifdef ASSERT -#undef ASSERT -#endif - #ifdef NASSERT #define ASSERT(x) #else /* NASSERT */