mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 19:22:25 +01:00
17 lines
424 B
C++
17 lines
424 B
C++
|
/*
|
||
|
* Created by Malcolm on 10/11/2013.
|
||
|
* Copyright 2013 Malcolm Noyes
|
||
|
*
|
||
|
* Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||
|
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||
|
*/
|
||
|
|
||
|
#ifndef TWOBLUECUBES_CATCH_VS_MANAGED_HPP_INCLUDED
|
||
|
#define TWOBLUECUBES_CATCH_VS_MANAGED_HPP_INCLUDED
|
||
|
|
||
|
#ifdef INTERNAL_CATCH_VS_MANAGED
|
||
|
|
||
|
#endif
|
||
|
|
||
|
#endif // TWOBLUECUBES_CATCH_HPP_INCLUDED
|