 |
Cinder
0.8.6
|
Go to the documentation of this file.
30 #if defined( CINDER_WINRT )
33 #define BOOST_FILESYSTEM_VERSION 3
34 #define BOOST_FILESYSTEM_NO_DEPRECATED
35 #include <boost/filesystem.hpp>
40 #if defined( CINDER_WINRT )
41 namespace fs = std::tr2::sys;
43 namespace fs = boost::filesystem;