aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Token.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Token.h b/Token.h
index e5c61c7e..9fb86e7f 100644
--- a/Token.h
+++ b/Token.h
@@ -48,7 +48,8 @@
#include <libsolidity/Exceptions.h>
#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