git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a166b3b
)
cplusplus handling.
author
kramm
<kramm>
Sat, 5 Jul 2003 17:38:34 +0000
(17:38 +0000)
committer
kramm
<kramm>
Sat, 5 Jul 2003 17:38:34 +0000
(17:38 +0000)
pdf2swf/ttf2pt1/ttf2pt1.h
patch
|
blob
|
history
diff --git
a/pdf2swf/ttf2pt1/ttf2pt1.h
b/pdf2swf/ttf2pt1/ttf2pt1.h
index
b0e072f
..
6e244da
100644
(file)
--- a/
pdf2swf/ttf2pt1/ttf2pt1.h
+++ b/
pdf2swf/ttf2pt1/ttf2pt1.h
@@
-1,8
+1,15
@@
#ifndef __ttf2pt1_included__
+#define __ttf2pt1_included__
+#ifdef __cplusplus
+extern "C" {
+#endif
int
ttf2pt1_main(
int argc,
char **argv
);
+#ifdef __cplusplus
+}
+#endif
#endif