Include windows.h proxy header, instead of windows.h itself

Because the signal changes were in a different branch from the windows.h
related changes, the SEH handling code included the header directly.

Fixes #803
This commit is contained in:
Martin Hořeňovský 2017-02-03 14:09:17 +01:00
parent ce37f48ffa
commit 712323ab7c
1 changed files with 2 additions and 5 deletions

View File

@ -23,11 +23,8 @@ namespace Catch {
#if defined ( CATCH_PLATFORM_WINDOWS ) /////////////////////////////////////////
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#undef WIN32_LEAN_AND_MEAN
#undef NOMINMAX
#include "catch_windows_h_proxy.h"
namespace Catch {