]> pd.if.org Git - pdclib/blobdiff - includes/stddef.h
Removed SVN keyword tags.
[pdclib] / includes / stddef.h
index 6d8c03a9e466e846cfc4df6e665d177f8a73432f..d18fcf642a28e36ffe418be5af4529d5efb2617c 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* 7.17 Common definitions <stddef.h>
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -20,8 +18,11 @@ typedef _PDCLIB_size_t size_t;
 #endif
 
 #ifndef __cplusplus
+#ifndef _PDCLIB_WCHAR_T_DEFINED
+#define _PDCLIB_WCHAR_T_DEFINED _PDCLIB_WCHAR_T_DEFINED
 typedef _PDCLIB_wchar_t   wchar_t;
 #endif
+#endif
 
 #ifndef _PDCLIB_NULL_DEFINED
 #define _PDCLIB_NULL_DEFINED _PDCLIB_NULL_DEFINED