19 #ifndef INCLUDE_UTIL_PLATFORM_OS_OUTPUTDEBUGSTRING_HPP
20 #define INCLUDE_UTIL_PLATFORM_OS_OUTPUTDEBUGSTRING_HPP
22 #include <boost/config.hpp>
24 #if defined(BOOST_WINDOWS) || defined(_WIN32)
25 #include "Windows/OutputDebugString.hpp"
26 #elif defined(__CYGWIN__)
27 #include "Unix/OutputDebugString.hpp"
28 #elif defined(__unix__)
29 #include "Unix/OutputDebugString.hpp"
30 #elif defined(__APPLE__)
31 #include "Unix/OutputDebugString.hpp"
33 #include "UnknownOS/OutputDebugString.hpp"
36 #endif // ! INCLUDE_UTIL_PLATFORM_OS_OUTPUTDEBUGSTRING_HPP