fixed typo in config.hpp

This commit is contained in:
arvidn 2015-06-20 16:50:44 -04:00
parent ad8971d6da
commit bc849b8d07
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ POSSIBILITY OF SUCH DAMAGE.
#define TORRENT_HAVE_FDATASYNC 1
#endif // ANDROID
#if defined _GLIBC_ && ( defined __x86_64__ || defined __i386 \
#if defined __GLIBC__ && ( defined __x86_64__ || defined __i386 \
|| defined _M_X64 || defined _M_IX86 )
#define TORRENT_USE_EXECINFO 1
#endif