X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstddef.h;h=f64a9a109279e70e7e3b02904208e0f3416f19a2;hb=064097d5ed6eb8c2cfd337c29ac3ebc471e557b8;hp=545cef6a0f036269d7de99a94fbdd6157c3b1960;hpb=3144d6fcfbcb8af1e5294f82d09c65c432c7f3e9;p=pdclib 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