]> pd.if.org Git - pdclib.old/blobdiff - includes/stddef.h
* Test cleanups: surround the code for all functions by #ifndef REGTEST
[pdclib.old] / includes / stddef.h
index 6d8c03a9e466e846cfc4df6e665d177f8a73432f..1d5e3afc7ced3b8fe5d6ab20b677f0e88265e200 100644 (file)
@@ -20,8 +20,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