From ecdb9f5262986867c74ae4f0eca17a6c5244ab33 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 26 Jul 2023 22:43:04 +0200 Subject: [PATCH] try to improve undef-ing of ERROR. --- src/lib/cross.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/cross.h b/src/lib/cross.h index 4be121d2b..4281700a7 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -29,6 +29,8 @@ #include #endif #include +/* windows.h defines this but we want to use it */ +#undef ERROR #include #include -- 2.30.2