X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2F__WCHAR.h;fp=includes%2F__WCHAR.h;h=cb1a181547aa722d8217c6ca4d8fb88e6014c887;hb=a84b7310b7188b8a3cbf4646aa6502e7aa834ee1;hp=0000000000000000000000000000000000000000;hpb=b2b5e5de72c2979464ac211460210ccf77a25d51;p=pdclib.old diff --git a/includes/__WCHAR.h b/includes/__WCHAR.h new file mode 100644 index 0000000..cb1a181 --- /dev/null +++ b/includes/__WCHAR.h @@ -0,0 +1,16 @@ +// ---------------------------------------------------------------------------- +// $Id$ +// ---------------------------------------------------------------------------- +// Public Domain C Library - http://pdclib.sourceforge.net +// This code is Public Domain. Use, modify, and redistribute at will. +// ---------------------------------------------------------------------------- +// Definition of WCHAR_MIN and WCHAR_MAX, shared by stdint.h and wchar.h +// ---------------------------------------------------------------------------- + +#ifndef __WCHAR_H +#define __WCHAR_H __WCHAR_H + +#define WCHAR_MIN // TODO - personality? +#define WCHAR_MAX // TODO - personality? + +#endif // __WCHAR_H