X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2F__wchar_t.h;fp=includes%2F__wchar_t.h;h=0000000000000000000000000000000000000000;hb=c8f799d852e3698468a78954d82588e841cc0b70;hp=029cb2e51eadb7f83db9cbccdc71051aeeacdeac;hpb=5e125f38b2aba7d706a9143727e2ef72d58391dc;p=pdclib.old diff --git a/includes/__wchar_t.h b/includes/__wchar_t.h deleted file mode 100644 index 029cb2e..0000000 --- a/includes/__wchar_t.h +++ /dev/null @@ -1,15 +0,0 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- -// wchar_t typedef shared by stddef.h, stdlib.h, and wchar.h -// ---------------------------------------------------------------------------- - -#ifndef __WCHAR_T_H -#define __WCHAR_T_H __WCHAR_T_H - -typedef wchar_t; // TODO - personality? - -#endif // __WCHAR_T_H