|
@@ -382,6 +382,8 @@
|
|
|
// Windows declares several inconvenient macro names. We #undef them and then
|
|
|
// restore them in port_undef.inc.
|
|
|
#ifdef _MSC_VER
|
|
|
+#pragma push_macro("ERROR")
|
|
|
+#undef ERROR
|
|
|
#pragma push_macro("GetMessage")
|
|
|
#undef GetMessage
|
|
|
#pragma push_macro("IGNORE")
|