X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fwchar.h;h=2af21556aa7a38b2ac5541206002f93bb103a90d;hb=a84b7310b7188b8a3cbf4646aa6502e7aa834ee1;hp=a86a6fa90110de8b6a6eba303dc7bfb9426f49fb;hpb=b2b5e5de72c2979464ac211460210ccf77a25d51;p=pdclib.old diff --git a/includes/wchar.h b/includes/wchar.h index a86a6fa..2af2155 100644 --- a/includes/wchar.h +++ b/includes/wchar.h @@ -15,22 +15,22 @@ // ---------------------------------------------------------------------------- // MACROS -#define NULL 0 -#define WCHAR_MAX // TODO - personality? -#define WCHAR_MIN // TODO - personality? +#include "__NULL.h" +#include "__WCHAR.h" + #define WEOF // TODO - personality? // ---------------------------------------------------------------------------- // TYPEDEFS +#include "__tm.h" +#include "__size_t.h" +#include "__wchar_t.h" +#include "__wint_t.h" + typedef mbstate_t; // TODO - personality? typedef size_t; // TODO - personality? typedef wint_t; // TODO - personality? -struct tm; // TODO - personality? - -#ifndef __cplusplus -typedef wchar_t; // TODO - personality? -#endif // __cplusplus // ---------------------------------------------------------------------------- // FUNCTIONS