mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 04:58:04 +02:00
cairo-test: Do not define HAVE_MKDIR on MSVC
It's already defined by Meson. Fixes the following warning:
This commit is contained in:
parent
b36f49dd11
commit
a63d15a577
1 changed files with 0 additions and 1 deletions
|
|
@ -69,7 +69,6 @@
|
||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#define F_OK 0
|
#define F_OK 0
|
||||||
#define HAVE_MKDIR 1
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef FALSE
|
#ifndef FALSE
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue