summaryrefslogtreecommitdiff
path: root/ace/os_include/os_stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/os_stddef.h')
-rw-r--r--ace/os_include/os_stddef.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/os_include/os_stddef.h b/ace/os_include/os_stddef.h
index 008a3f7ba1e..db1190d33f8 100644
--- a/ace/os_include/os_stddef.h
+++ b/ace/os_include/os_stddef.h
@@ -81,12 +81,6 @@ extern "C"
value equal to its value when used as the lone character in an integer
character constant.
*/
-#if defined (ACE_LACKS_WCHAR_T)
-# if !defined (ACE_WCHAR_T_TYPE)
-# define ACE_WCHAR_T_TYPE long;
-# endif /* !ACE_WCHAR_T_TYPE */
- typedef ACE_WCHAR_T_TYPE wchar_t;
-#endif /* ACE_LACKS_WCHAR_T */
// Unsigned integer type of the result of the sizeof operator.
#if defined (ACE_LACKS_SIZE_T)