summaryrefslogtreecommitdiff
path: root/ace/os_include/wctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/wctype.h')
-rw-r--r--ace/os_include/wctype.h22
1 files changed, 16 insertions, 6 deletions
diff --git a/ace/os_include/wctype.h b/ace/os_include/wctype.h
index 628a930ef32..b236f12bf68 100644
--- a/ace/os_include/wctype.h
+++ b/ace/os_include/wctype.h
@@ -2,19 +2,19 @@
//=============================================================================
/**
- * @file wctype.h
+ * @file os_wctype.h
*
* wide-character classification and mapping utilities
*
* $Id$
*
- * @author Don Hinton <dhinton@ieee.org>
+ * @author Don Hinton <dhinton@dresystems.com>
* @author This code was originally in various places including ace/OS.h.
*/
//=============================================================================
-#ifndef ACE_OS_INCLUDE_WCTYPE_H
-#define ACE_OS_INCLUDE_WCTYPE_H
+#ifndef ACE_OS_INCLUDE_OS_WCTYPE_H
+#define ACE_OS_INCLUDE_OS_WCTYPE_H
#include "ace/pre.h"
@@ -28,8 +28,18 @@
#include "ace/os_include/wchar.h"
#if !defined (ACE_LACKS_WCTYPE_H)
-# include /**/ <wctype.h>
+# include /**/ <wctype.h>
#endif /* !ACE_LACKS_WCTYPE_H */
+// Place all additions (especially function declarations) within extern "C" {}
+#ifdef __cplusplus
+extern "C"
+{
+#endif /* __cplusplus */
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
#include "ace/post.h"
-#endif /* ACE_OS_INCLUDE_WCTYPE_H */
+#endif /* ACE_OS_INCLUDE_OS_WCTYPE_H */