cairo-test: Do not define HAVE_MKDIR on MSVC

It's already defined by Meson. Fixes the following warning:
This commit is contained in:
Luca Bacci 2026-03-27 18:26:27 +01:00
parent b36f49dd11
commit a63d15a577

View file

@ -69,7 +69,6 @@
#include <direct.h>
#include <io.h>
#define F_OK 0
#define HAVE_MKDIR 1
#endif
#ifndef FALSE