From a63d15a577d74c8f46dddbf684aa9fbcd04181e1 Mon Sep 17 00:00:00 2001 From: Luca Bacci Date: Fri, 27 Mar 2026 18:26:27 +0100 Subject: [PATCH] cairo-test: Do not define HAVE_MKDIR on MSVC It's already defined by Meson. Fixes the following warning: --- test/cairo-test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/cairo-test.c b/test/cairo-test.c index f6e25647c..204a3d7ea 100644 --- a/test/cairo-test.c +++ b/test/cairo-test.c @@ -69,7 +69,6 @@ #include #include #define F_OK 0 -#define HAVE_MKDIR 1 #endif #ifndef FALSE