solaris fix

This commit is contained in:
Arvid Norberg 2010-03-21 17:32:54 +00:00
parent f28b9bb501
commit 1d0e2c0a37
1 changed files with 1 additions and 1 deletions

View File

@ -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