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:
Sven Herzberg 2008-07-22 21:21:53 +00:00 committed by Sven Herzberg
parent c9d31fc022
commit 7551360c1e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-07-22 Sven Herzberg <sven@imendio.com>
Fix svn:ignore and the include condition
* gdk/tests/check-gdk-cairo.c: ifndef => ifdef
2008-07-22 Tor Lillqvist <tml@novell.com>
* configure.in: Workaround for what apparently is a bug in MSYS:

View File

@ -24,7 +24,7 @@
*/
#include <gdk/gdk.h>
#ifndef CAIRO_HAS_QUARTZ_SURFACE
#ifdef CAIRO_HAS_QUARTZ_SURFACE
#include <cairo-quartz.h>
#endif