diff options
author | Stuart Parmenter <pavlov@pavlov.net> | 2005-12-14 19:56:09 +0000 |
---|---|---|
committer | Stuart Parmenter <pavlov@pavlov.net> | 2005-12-14 19:56:09 +0000 |
commit | 88615148caa317200efcb9768a9f310323546697 (patch) | |
tree | b761d1b2b29a11aefcd0d73d41202e6617c9a54f /test/cairo-test.h | |
parent | 9becae35c085d5f7afe08781c4e2546ee7c7287c (diff) |
#define access _access and #define F_OK to 0 on for MSVC
add CAIRO_BEGIN_DECLS and CAIRO_END_DECLS
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r-- | test/cairo-test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h index 147e5c7e..e5eef3fa 100644 --- a/test/cairo-test.h +++ b/test/cairo-test.h @@ -34,6 +34,8 @@ #include <cairo.h> #include <cairo-debug.h> +CAIRO_BEGIN_DECLS + #if HAVE_STDINT_H # include <stdint.h> #elif HAVE_INTTYPES_H @@ -132,4 +134,6 @@ cairo_test_create_pattern_from_png (const char *filename); void xasprintf (char **strp, const char *fmt, ...); +CAIRO_END_DECLS + #endif |