From 3541ce862727a967c92f7f08e3c7da16522f89ef Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 23 Oct 2010 23:00:21 +0000 Subject: Sprinkle some C++ scoping around svn path=/trunk/libcss/; revision=10901 --- include/libcss/properties.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/libcss/properties.h') diff --git a/include/libcss/properties.h b/include/libcss/properties.h index 91d1dab..0c139a3 100644 --- a/include/libcss/properties.h +++ b/include/libcss/properties.h @@ -8,6 +8,11 @@ #ifndef libcss_properties_h_ #define libcss_properties_h_ +#ifdef __cplusplus +extern "C" +{ +#endif + enum css_properties_e { CSS_PROP_AZIMUTH = 0x000, CSS_PROP_BACKGROUND_ATTACHMENT = 0x001, @@ -599,4 +604,8 @@ enum css_z_index_e { CSS_Z_INDEX_AUTO = 0x2 }; +#ifdef __cplusplus +} +#endif + #endif -- cgit v1.2.3