NANA_POSIX for bits common to Linux, MacOS and BSD. OSS sound as fall-back for POSIX. Cheat for detecting default browser on POSIX.
This commit is contained in:
@@ -19,12 +19,11 @@
|
||||
|
||||
#if defined(NANA_WINDOWS)
|
||||
#include <windows.h>
|
||||
#elif defined(NANA_LINUX) || defined(NANA_MACOS)
|
||||
#elif defined(NANA_POSIX)
|
||||
#include <string.h>
|
||||
#include "detail/platform_spec_selector.hpp"
|
||||
#endif
|
||||
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace nana
|
||||
@@ -76,7 +75,7 @@ namespace nana
|
||||
std::cerr << what();
|
||||
}
|
||||
|
||||
//bool utf8_Error::use_throw{true};
|
||||
//bool utf8_Error::use_throw{true};
|
||||
bool utf8_Error::use_throw{ false };
|
||||
//end class utf8_Error
|
||||
|
||||
@@ -240,4 +239,4 @@ namespace nana
|
||||
|
||||
#if defined(VERBOSE_PREPROCESSOR)
|
||||
# include <nana/verbose_preprocessor.hpp>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user