lwm_win32_cs_test.cpp 386 B

123456789101112131415161718
  1. //
  2. // lwm_win32_cs_test.cpp
  3. //
  4. // Copyright 2017 Peter Dimov
  5. //
  6. // Distributed under the Boost Software License, Version 1.0. (See
  7. // accompanying file LICENSE_1_0.txt or copy at
  8. // http://www.boost.org/LICENSE_1_0.txt)
  9. //
  10. #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__)
  11. # include <windows.h>
  12. # include <boost/smart_ptr/detail/lwm_win32_cs.hpp>
  13. #endif
  14. int main()
  15. {
  16. }