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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user