fix typo AVALIABLE -> AVAILABLE

This commit is contained in:
VemundH
2015-09-13 14:42:12 +02:00
parent 7b1cdcbe18
commit 8b5c2581dc
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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