wrowe 02/02/17 21:45:45
Modified: include apr.hw
Log:
How this escaped c++ namespace prot is beyond me.
Revision Changes Path
1.88 +9 -0 apr/include/apr.hw
Index: apr.hw
===================================================================
RCS file: /home/cvs/apr/include/apr.hw,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- apr.hw 13 Feb 2002 02:34:26 -0000 1.87
+++ apr.hw 18 Feb 2002 05:45:45 -0000 1.88
@@ -75,6 +75,10 @@
#pragma warning(push, 3)
#endif
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* disable or reduce the frequency of...
* C4057: indirection to slightly different base types
* C4075: slight indirection changes (unsigned short* vs short[])
@@ -426,6 +430,10 @@
#define APR_PATH_MAX MAX_PATH
#endif
+#ifdef __cplusplus
+}
+#endif
+
/* Done with badly written headers
*/
#if defined(_MSC_VER) && _MSC_VER >= 1200
@@ -433,5 +441,6 @@
#endif
#endif /* APR_H */
+
#endif /* WIN32 */
/** @} */