blob: c2f88b8bf169e4d4772e6305cc352a51218d8a74 [file] [log] [blame]
// Copyright 2018 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
#if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
# include <windows.h>
# include <boost/smart_ptr/detail/yield_k.hpp>
#endif
int main()
{
}