diff options
Diffstat (limited to 'src/cairo-features-win32.h')
-rw-r--r-- | src/cairo-features-win32.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/cairo-features-win32.h b/src/cairo-features-win32.h index 21f99703..754b98ac 100644 --- a/src/cairo-features-win32.h +++ b/src/cairo-features-win32.h @@ -1,28 +1,6 @@ #ifndef CAIRO_FEATURES_H #define CAIRO_FEATURES_H -#if defined(__cplusplus) -# define CAIRO_BEGIN_DECLS extern "C" { -# define CAIRO_END_DECLS } -#else -# define CAIRO_BEGIN_DECLS -# define CAIRO_END_DECLS -#endif - -#ifndef cairo_public - #ifdef LIBCAIRO_EXPORTS - #define cairo_public __declspec(dllexport) - #else - #define cairo_public __declspec(dllimport) - #endif -#endif - -#define CAIRO_VERSION_MAJOR @CAIRO_VERSION_MAJOR@ -#define CAIRO_VERSION_MINOR @CAIRO_VERSION_MINOR@ -#define CAIRO_VERSION_MICRO @CAIRO_VERSION_MICRO@ - -#define CAIRO_VERSION_STRING "@CAIRO_VERSION_MAJOR@.@CAIRO_VERSION_MINOR@.@CAIRO_VERSION_MICRO@" - #define HAVE_WINDOWS_H 1 #define CAIRO_HAS_SVG_SURFACE 1 @@ -32,9 +10,5 @@ #define CAIRO_HAS_WIN32_FONT 1 #define CAIRO_HAS_PNG_FUNCTIONS 1 -#define PACKAGE_NAME "cairo" -#define PACKAGE_TARNAME "cairo" -#define PACKAGE_STRING "cairo @CAIRO_VERSION_MAJOR@.@CAIRO_VERSION_MINOR@.@CAIRO_VERSION_MICRO@" - #endif |