aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-01-17 22:44:09 +0800
committerGav Wood <i@gavwood.com>2015-01-17 22:44:09 +0800
commit37e4919fcb0dd9a491f34cc54a04136bbcdb1f40 (patch)
treeb192d7346d04618b5804aea2b5295710bff9de14
parent188b1df0416956996e3ba2972ddd0e02f494237b (diff)
downloaddexon-solidity-37e4919fcb0dd9a491f34cc54a04136bbcdb1f40.tar.gz
dexon-solidity-37e4919fcb0dd9a491f34cc54a04136bbcdb1f40.tar.zst
dexon-solidity-37e4919fcb0dd9a491f34cc54a04136bbcdb1f40.zip
Potential workaround for windows build.
-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