remove marco PLATFORM_SPEC_HPP

This commit is contained in:
Jinhao
2015-11-08 23:35:38 +08:00
parent e3e861eec8
commit 4f988a2223
20 changed files with 43 additions and 38 deletions

View File

@@ -24,10 +24,9 @@
#include <mutex>
#endif
#if defined(NANA_WINDOWS)
#include <nana/detail/win32/platform_spec.hpp>
#elif defined(NANA_LINUX)
#include PLATFORM_SPEC_HPP
#include <nana/detail/platform_spec_selector.hpp>
#if defined(NANA_LINUX)
#include <nana/system/platform.hpp>
#include <iostream>
#endif