Potential workaround for windows build.

This commit is contained in:
Gav Wood 2015-01-17 09:44:09 -05:00
parent 188b1df041
commit 37e4919fcb

View File

@ -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