X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=includes%2Fstddef.h;h=f64a9a109279e70e7e3b02904208e0f3416f19a2;hp=545cef6a0f036269d7de99a94fbdd6157c3b1960;hb=23e170071520809fd7b2ea3514e48399358362f2;hpb=5e50b669665ed5d378e8f9a09e1ced3680890337 diff --git a/includes/stddef.h b/includes/stddef.h index 545cef6..f64a9a1 100644 --- a/includes/stddef.h +++ b/includes/stddef.h @@ -22,7 +22,12 @@ #endif typedef _PDCLIB_ptrdiff_t ptrdiff_t; -typedef _PDCLIB_size_t size_t; + +#ifndef _PDCLIB_SIZE_T_DEFINED +#define _PDCLIB_SIZE_T_DEFINED _PDCLIB_SIZE_T_DEFINED +typedef _PDCLIB_size_t size_t; +#endif + typedef _PDCLIB_wchar_t wchar_t; #define NULL _PDCLIB_NULL