1// Copyright 2021 Peter Dimov
2// Distributed under the Boost Software License, Version 1.0.
3// https://www.boost.org/LICENSE_1_0.txt
4
5#if !defined(_WIN32) && !defined(__CYGWIN__)
6
7#include <boost/config/pragma_message.hpp>
8BOOST_PRAGMA_MESSAGE( "Skipping test because _WIN32 and __CYGWIN__ are not defined" )
9
10#else
11
12#include <windows.h>
13#include <boost/core/detail/string_view.hpp>
14
15#endif
16

source code of boost/libs/core/test/sv_windows_h_test.cpp