diff options
author | Gav Wood <i@gavwood.com> | 2015-01-17 22:44:09 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-01-17 22:44:09 +0800 |
commit | 37e4919fcb0dd9a491f34cc54a04136bbcdb1f40 (patch) | |
tree | b192d7346d04618b5804aea2b5295710bff9de14 | |
parent | 188b1df0416956996e3ba2972ddd0e02f494237b (diff) | |
download | dexon-solidity-37e4919fcb0dd9a491f34cc54a04136bbcdb1f40.tar.gz dexon-solidity-37e4919fcb0dd9a491f34cc54a04136bbcdb1f40.tar.zst dexon-solidity-37e4919fcb0dd9a491f34cc54a04136bbcdb1f40.zip |
Potential workaround for windows build.
-rw-r--r-- | Token.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |