mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Potential workaround for windows build.
This commit is contained in:
parent
188b1df041
commit
37e4919fcb
3
Token.h
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user