[cairo-commit] [cairo-www] src/visualstudio.mdwn
Carl Worth
cworth at freedesktop.org
Thu Jan 10 00:08:43 PST 2008
src/visualstudio.mdwn | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
New commits:
commit d611c1169e40dbca152332f365c0d2566aaa769e
Author: Carl Worth <cworth at freedesktop.org>
Date: Thu Jan 10 00:08:43 2008 -0800
web commit by AntoineAzar: Fixed a bug that would prevent linking without tons of inconsistent DLL linkage and some errors in perf
diff --git a/src/visualstudio.mdwn b/src/visualstudio.mdwn
index b6e7a33..b83f409 100644
--- a/src/visualstudio.mdwn
+++ b/src/visualstudio.mdwn
@@ -8,7 +8,7 @@ cairo-features.h for msvc using win32 font:
#ifndef CAIRO_FEATURES_H
#define CAIRO_FEATURES_H
- #ifdef __cplusplus
+ #if defined(__cplusplus) && !defined(LIBCAIRO_EXPORTS)
# define CAIRO_BEGIN_DECLS extern "C" {
# define CAIRO_END_DECLS }
#else
@@ -25,10 +25,10 @@ cairo-features.h for msvc using win32 font:
#endif
#define CAIRO_VERSION_MAJOR 1
- #define CAIRO_VERSION_MINOR 4
- #define CAIRO_VERSION_MICRO 10
+ #define CAIRO_VERSION_MINOR 5
+ #define CAIRO_VERSION_MICRO 3
- #define CAIRO_VERSION_STRING "1.4.10"
+ #define CAIRO_VERSION_STRING "1.5.3"
#define HAVE_WINDOWS_H 1
@@ -39,10 +39,8 @@ cairo-features.h for msvc using win32 font:
#define CAIRO_HAS_WIN32_FONT 1
#define CAIRO_HAS_PNG_FUNCTIONS 1
- #define PACKAGE_NAME "cairo"
- #define PACKAGE_TARNAME "cairo"
- #define PACKAGE_VERSION "1.4.10"
- #define PACKAGE_STRING "cairo 1.4.10"
- #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
+ #define PACKAGE_NAME "cairo"
+ #define PACKAGE_TARNAME "cairo"
+ #define PACKAGE_STRING "cairo 1.5.3"
#endif
More information about the cairo-commit
mailing list