[cairo-commit] [cairo-www] src/visualstudio.mdwn

Behdad Esfahbod behdad at freedesktop.org
Mon Sep 29 09:27:20 PDT 2008


 src/visualstudio.mdwn |   31 ++++---------------------------
 1 file changed, 4 insertions(+), 27 deletions(-)

New commits:
commit 7fe4fafc599b36160c162ff43362aac7502f287c
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Sep 29 12:26:22 2008 -0400

    Update cairo-features.h instructions for 1.8.

diff --git a/src/visualstudio.mdwn b/src/visualstudio.mdwn
index 605c309..b1be5bd 100644
--- a/src/visualstudio.mdwn
+++ b/src/visualstudio.mdwn
@@ -8,39 +8,16 @@ cairo-features.h for msvc using win32 font:
     #ifndef CAIRO_FEATURES_H
     #define CAIRO_FEATURES_H
 
-    #if defined(__cplusplus) && !defined(LIBCAIRO_EXPORTS)
-    # 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 1
-    #define CAIRO_VERSION_MINOR 5
-    #define CAIRO_VERSION_MICRO 3
-
-    #define CAIRO_VERSION_STRING "1.5.3"
+    #define CAIRO_HAS_IMAGE_SURFACE 1
+    #define CAIRO_HAS_USER_FONT 1
 
-    #define HAVE_WINDOWS_H 1
+    #define CAIRO_HAS_PNG_FUNCTIONS 1
 
     #define CAIRO_HAS_SVG_SURFACE 1
     #define CAIRO_HAS_PDF_SURFACE 1
     #define CAIRO_HAS_PS_SURFACE 1
+
     #define CAIRO_HAS_WIN32_SURFACE 1
     #define CAIRO_HAS_WIN32_FONT 1
-    #define CAIRO_HAS_PNG_FUNCTIONS 1
-
-    #define PACKAGE_NAME "cairo"
-    #define PACKAGE_TARNAME "cairo"
-    #define PACKAGE_STRING "cairo 1.5.3"
 
     #endif


More information about the cairo-commit mailing list