ports/net-p2p/qtum/files/patch-src_cpp-ethereum_libaleth-interpreter_VM.cpp
2019-09-25 19:44:18 +00:00

13 lines
284 B
C++

--- src/cpp-ethereum/libaleth-interpreter/VM.cpp.orig 2019-09-18 13:47:22 UTC
+++ src/cpp-ethereum/libaleth-interpreter/VM.cpp
@@ -20,6 +20,10 @@
#include <aleth/buildinfo.h>
+#ifdef MSIZE
+#undef MSIZE
+#endif /* MSIZE */
+
namespace
{
void destroy(evmc_instance* _instance)