Add tests that include <windows.h>

This commit is contained in:
Peter Dimov
2018-03-11 23:00:50 +02:00
parent 67fab5c9ec
commit 8563fc5c4e
5 changed files with 40 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
// 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/spinlock.hpp>
#endif
int main()
{
}