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

@@ -1,6 +1,6 @@
/*
* A platform API implementation
* Copyright(C) 2003-2013 Jinhao(cnjinhao@hotmail.com)
* Copyright(C) 2003-2015 Jinhao(cnjinhao@hotmail.com)
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
@@ -14,7 +14,7 @@
#if defined(NANA_WINDOWS)
#include <windows.h>
#include PLATFORM_SPEC_HPP
#include <nana/detail/win32/platform_spec.hpp>
#elif defined(NANA_LINUX)
#include <time.h>
#include <errno.h>