diff options
author | Wolfram Manthey <wolfram.manthey@bmw.de> | 2016-05-29 09:10:06 +0800 |
---|---|---|
committer | Wolfram Manthey <wolfram.manthey@bmw.de> | 2016-05-29 09:10:06 +0800 |
commit | 2076fb4e37850a7f3b044d6a07373f1fd2d703a2 (patch) | |
tree | 4866658b97d61877b556354b6d0e2c5c8b506727 /cpp/src | |
parent | PHP 7 fix for printing Exception info (diff) | |
download | ice-2076fb4e37850a7f3b044d6a07373f1fd2d703a2.tar.bz2 ice-2076fb4e37850a7f3b044d6a07373f1fd2d703a2.tar.xz ice-2076fb4e37850a7f3b044d6a07373f1fd2d703a2.zip |
Support bzip2 compression on all Apple targets
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/ConnectionI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ConnectionI.h b/cpp/src/Ice/ConnectionI.h index 34d07352929..2fc9fb9877b 100644 --- a/cpp/src/Ice/ConnectionI.h +++ b/cpp/src/Ice/ConnectionI.h @@ -44,7 +44,7 @@ #include <deque> -#if TARGET_OS_IPHONE == 0 && !defined(ICE_OS_WINRT) +#if !defined(ICE_OS_WINRT) # ifndef ICE_HAS_BZIP2 # define ICE_HAS_BZIP2 # endif |