From 6018506d22b93c69313750e416aee6d62023c4b6 Mon Sep 17 00:00:00 2001 From: "Charles E. Rolke" Date: Mon, 17 Oct 2011 18:02:35 +0000 Subject: QPID-2905 Fixes for mingw cross-compilation (C++) Restore unreachable code for Solaris builds. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1185312 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/alloca.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/qpid/sys/alloca.h b/cpp/src/qpid/sys/alloca.h index 0f58920908..b3f59b7c3f 100644 --- a/cpp/src/qpid/sys/alloca.h +++ b/cpp/src/qpid/sys/alloca.h @@ -34,9 +34,9 @@ # endif # define alloca _alloca # endif -# if !defined _WINDOWS && !defined WIN32 -# include -# endif +#endif +#if !defined _WINDOWS && !defined WIN32 +# include #endif #endif /*!QPID_SYS_ALLOCA_H*/ -- cgit v1.2.1