]> git.pld-linux.org Git - packages/thunderbird.git/blame - icedove-gcc.patch
- added -condstore.patch to fix annoying bug, see https://bugzilla.mozilla.org/show_b...
[packages/thunderbird.git] / icedove-gcc.patch
CommitLineData
ceb3e54a 1--- mozilla/mailnews/mime/src/mimeeobj.h.old 2006-07-08 18:15:56.999551250 +0200
2+++ mozilla/mailnews/mime/src/mimeeobj.h 2006-07-08 18:01:07.000000000 +0200
3@@ -40,6 +40,10 @@
4
5 #include "mimeleaf.h"
6
7+#ifdef __cplusplus
8+extern "C" {
9+#endif /* __cplusplus */
10+
11 /* The MimeExternalObject class represents MIME parts which contain data
12 which cannot be displayed inline -- application/octet-stream and any
13 other type that is not otherwise specially handled. (This is not to
14@@ -60,4 +64,8 @@
15 MimeLeaf leaf;
16 };
17
18+#ifdef __cplusplus
19+}
20+#endif /* __cplusplus */
21+
22 #endif /* _MIMEEOBJ_H_ */
This page took 0.041751 seconds and 4 git commands to generate.