X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2F__WCHAR.h;fp=includes%2F__WCHAR.h;h=0000000000000000000000000000000000000000;hb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;hp=cb1a181547aa722d8217c6ca4d8fb88e6014c887;hpb=8c8750c2826684c2420571a8007b9606f72c9040;p=pdclib diff --git a/includes/__WCHAR.h b/includes/__WCHAR.h deleted file mode 100644 index cb1a181..0000000 --- a/includes/__WCHAR.h +++ /dev/null @@ -1,16 +0,0 @@ -// ---------------------------------------------------------------------------- -// $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