diff --git a/libsolidity/Token.h b/libsolidity/Token.h index e5c61c7e4..9fb86e7f4 100644 --- a/libsolidity/Token.h +++ b/libsolidity/Token.h @@ -48,7 +48,8 @@ #include #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