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.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/ace/os_include/wctype.h b/ace/os_include/wctype.h
new file mode 100644
index 00000000000..c44192b9212
--- /dev/null
+++ b/ace/os_include/wctype.h
@@ -0,0 +1,34 @@
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file wctype.h
+ *
+ * wide-character classification and mapping utilities
+ *
+ * $Id$
+ *
+ * @author Don Hinton <dhinton@ieee.org>
+ * @author This code was originally in various places including ace/OS.h.
+ */
+//=============================================================================
+
+#ifndef ACE_OS_INCLUDE_WCTYPE_H
+#define ACE_OS_INCLUDE_WCTYPE_H
+
+#include "ace/pre.h"
+
+#include "ace/config-all.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+// ctype.h, string.h, stdarg.h, stdio.h, stdlib.h, time.h
+#include "ace/os_include/wchar.h"
+
+#if !defined (ACE_LACKS_WCTYPE_H)
+# include /**/ <wctype.h>
+#endif /* !ACE_LACKS_WCTYPE_H */
+
+#endif /* ACE_OS_INCLUDE_WCTYPE_H */