Fix svn:ignore and the include condition
2008-07-22 Sven Herzberg <sven@imendio.com> Fix svn:ignore and the include condition * gdk/tests/check-gdk-cairo.c: ifndef => ifdef svn path=/trunk/; revision=20896
This commit is contained in:
committed by
Sven Herzberg
parent
c9d31fc022
commit
7551360c1e
@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include <gdk/gdk.h>
|
||||
#ifndef CAIRO_HAS_QUARTZ_SURFACE
|
||||
#ifdef CAIRO_HAS_QUARTZ_SURFACE
|
||||
#include <cairo-quartz.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user