From 1d0e2c0a3741d3183e324fa45cb184279535a227 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 21 Mar 2010 17:32:54 +0000 Subject: [PATCH] solaris fix --- include/libtorrent/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/config.hpp b/include/libtorrent/config.hpp index 9c3797695..3a115c5fe 100644 --- a/include/libtorrent/config.hpp +++ b/include/libtorrent/config.hpp @@ -315,7 +315,7 @@ inline int snprintf(char* buf, int len, char const* fmt, ...) #define for if (false) {} else for #endif -#if TORRENT_STRICT_UNIONS +#if TORRENT_BROKEN_UNIONS #define TORRENT_UNION struct #else #define TORRENT_UNION union