fix #if __unix__ --> #ifdef __unix
This commit is contained in:
parent
f2097bac0b
commit
2f3d6e0c88
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue