mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-17 11:12:25 +01:00
Removed superfluous "namespace Catch" that caused build error
No idea how it got here, likely a bad merge. This is why there needs to be Windows travis build, it would have caught this right away.
This commit is contained in:
parent
925f5bdce6
commit
ae7bad2ff8
@ -26,8 +26,6 @@ namespace Catch {
|
|||||||
|
|
||||||
#if defined ( CATCH_PLATFORM_WINDOWS ) /////////////////////////////////////////
|
#if defined ( CATCH_PLATFORM_WINDOWS ) /////////////////////////////////////////
|
||||||
|
|
||||||
namespace Catch {
|
|
||||||
|
|
||||||
#define NOMINMAX
|
#define NOMINMAX
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user