X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fstring.h;fp=includes%2Fstring.h;h=a3a154d7f4c667ac2359d53a14084e4c99fab4bc;hb=23e170071520809fd7b2ea3514e48399358362f2;hp=f6f3e5db701faa522077217897b7eb9c4af1a569;hpb=5e50b669665ed5d378e8f9a09e1ced3680890337;p=pdclib.old diff --git a/includes/string.h b/includes/string.h index f6f3e5d..a3a154d 100644 --- a/includes/string.h +++ b/includes/string.h @@ -21,7 +21,10 @@ #include <_PDCLIB_int.h> #endif +#ifndef _PDCLIB_SIZE_T_DEFINED +#define _PDCLIB_SIZE_T_DEFINED _PDCLIB_SIZE_T_DEFINED typedef _PDCLIB_size_t size_t; +#endif #define NULL _PDCLIB_NULL