fix #if __unix__ --> #ifdef __unix

This commit is contained in:
Stefan Frederik 2022-05-21 07:13:13 +02:00
parent f2097bac0b
commit 2f3d6e0c88
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ extern char win_temp_dir[PATH_MAX];
#if HAS_CAIRO==1
#include <cairo.h>
#if __unix__
#ifdef __unix__
#include <cairo-xlib.h>
#include "cairo-xlib-xrender.h"
#else