remove platform preprocess check in platform_spec.cpp

This commit is contained in:
Jinhao
2015-12-04 23:13:22 +08:00
parent 0d0e58172d
commit a5df90f8a9
3 changed files with 6 additions and 17 deletions

View File

@@ -14,8 +14,6 @@
* http://standards.freedesktop.org/clipboards-spec/clipboards-0.1.txt
*/
#if defined(NANA_LINUX) || defined(NANA_MACOS)
#include <nana/detail/platform_spec_selector.hpp>
#include <X11/Xlocale.h>
#include <locale>
@@ -1414,7 +1412,3 @@ namespace detail
}
}//end namespace detail
}//end namespace nana
//#if defined(NANA_LINUX) || defined(NANA_MACOS)
#endif

View File

@@ -12,8 +12,6 @@
* This file provides basis class and data structrue that required by nana
*/
#if defined(NANA_WINDOWS)
#include <nana/detail/platform_spec_selector.hpp>
#include <shellapi.h>
#include <stdexcept>
@@ -292,6 +290,3 @@ namespace detail
}
}//end namespace detail
}//end namespace nana
//#if defined(NANA_WINDOWS)
#endif