Merge pull request #34 from VemundH/fix_typo

Fix typo: AVALIABLE -> AVAILABLE
This commit is contained in:
Rene Rivera
2015-09-13 10:32:52 -05:00
4 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ http://www.boost.org/LICENSE_1_0.txt)
#endif
#if BOOST_PLAT_WINDOWS_DESKTOP
# define BOOST_PLAT_WINDOWS_DESKTOP_AVALIABLE
# define BOOST_PLAT_WINDOWS_DESKTOP_AVAILABLE
# include <boost/predef/detail/platform_detected.h>
#endif

View File

@ -31,7 +31,7 @@ http://www.boost.org/LICENSE_1_0.txt)
#endif
#if BOOST_PLAT_WINDOWS_PHONE
# define BOOST_PLAT_WINDOWS_PHONE_AVALIABLE
# define BOOST_PLAT_WINDOWS_PHONE_AVAILABLE
# include <boost/predef/detail/platform_detected.h>
#endif

View File

@ -33,7 +33,7 @@ http://www.boost.org/LICENSE_1_0.txt)
#endif
#if BOOST_PLAT_WINDOWS_RUNTIME
# define BOOST_PLAT_WINDOWS_RUNTIME_AVALIABLE
# define BOOST_PLAT_WINDOWS_RUNTIME_AVAILABLE
# include <boost/predef/detail/platform_detected.h>
#endif

View File

@ -31,7 +31,7 @@ http://www.boost.org/LICENSE_1_0.txt)
#endif
#if BOOST_PLAT_WINDOWS_STORE
# define BOOST_PLAT_WINDOWS_STORE_AVALIABLE
# define BOOST_PLAT_WINDOWS_STORE_AVAILABLE
# include <boost/predef/detail/platform_detected.h>
#endif