From 37e4919fcb0dd9a491f34cc54a04136bbcdb1f40 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 17 Jan 2015 09:44:09 -0500 Subject: [PATCH] Potential workaround for windows build. --- Token.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Token.h b/Token.h index e5c61c7e4..9fb86e7f4 100644 --- a/Token.h +++ b/Token.h @@ -48,7 +48,8 @@ #include #if defined(DELETE) -#error The macro "DELETE" from windows.h conflicts with this file. Please change the order of includes. +#undef DELETE +//#error The macro "DELETE" from windows.h conflicts with this file. Please change the order of includes. #endif namespace dev