reuse some linux implementations for Mac OS

This commit is contained in:
Jinhao
2015-11-10 23:53:55 +08:00
parent e0765bbf97
commit 41f7545822
7 changed files with 7 additions and 2103 deletions

View File

@@ -17,8 +17,6 @@
#if defined(NANA_WINDOWS)
#include "win32/platform_spec.cpp"
#elif defined(NANA_LINUX)
#elif defined(NANA_LINUX) || defined(NANA_MACOS)
#include "linux_X11/platform_spec.cpp"
#elif defined(NANA_MACOS)
#include "macos_X11/platform_spec.cpp"
#endif