]> git.lyx.org Git - features.git/blobdiff - src/bmtable.h
fixes because of SUN CC warnings, bmtable now compiled with C compilator, countChar...
[features.git] / src / bmtable.h
index 937b8c112b6c546fb1b5c4d9bb56abb7c2f2b25b..4d5a7864e909176bb7ce8a8bb50f31c187c1da5c 100644 (file)
 
 #include FORMS_H_LOCATION
 
+#if defined(__cplusplus)
+extern "C"
+{
+#endif
+
 ///
 #define FL_BMTABLE 1500
 /// A flat bitmap table
@@ -34,6 +39,7 @@
  */
 #define FL_BMTABLE_BOXTYPE     FL_UP_BOX
 
+
 ///
 FL_OBJECT *fl_create_bmtable(int, FL_Coord, FL_Coord, 
                             FL_Coord, FL_Coord, char const *);
@@ -84,5 +90,9 @@ void fl_free_bmtable_bitmap(FL_OBJECT *ob);
 /** Free the current pixmap in preparation for installing a new one */
 void fl_free_bmtable_pixmap(FL_OBJECT *ob);
 
+#if defined(__cplusplus)
+}
+#endif
+
 #endif  /* BMTABLE_H */