summaryrefslogtreecommitdiff
path: root/src/cid/cidriver.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2000-08-01 13:17:04 +0000
committerWerner Lemberg <wl@gnu.org>2000-08-01 13:17:04 +0000
commitc713d924d8107d8c2ccd0e27832a09992397eeae (patch)
tree9fe787a0850c78c4195409cab78b696e0bb6708a /src/cid/cidriver.h
parenta9f2ddd3dc0af3e10aca8287671cf4a5a922a48f (diff)
downloadfreetype2-c713d924d8107d8c2ccd0e27832a09992397eeae.tar.gz
Added #ifdef's for C++ to all header files.
Diffstat (limited to 'src/cid/cidriver.h')
-rw-r--r--src/cid/cidriver.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cid/cidriver.h b/src/cid/cidriver.h
index a9674eed4..786110f71 100644
--- a/src/cid/cidriver.h
+++ b/src/cid/cidriver.h
@@ -21,8 +21,18 @@
#include <freetype/internal/ftdriver.h>
+#ifdef __cplusplus
+ extern "C" {
+#endif
+
+
FT_EXPORT_VAR( const FT_Driver_Class ) t1cid_driver_class;
+#ifdef __cplusplus
+ }
+#endif
+
+
#endif /* CIDRIVER_H */