X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2F__wint_t.h;fp=includes%2F__wint_t.h;h=0000000000000000000000000000000000000000;hb=1d9d92ba957a0b8307c9a65c35867fde68e6533b;hp=38c8457f016a1325d1a194b945768e66d410cae7;hpb=8c8750c2826684c2420571a8007b9606f72c9040;p=pdclib diff --git a/includes/__wint_t.h b/includes/__wint_t.h deleted file mode 100644 index 38c8457..0000000 --- a/includes/__wint_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. -// ---------------------------------------------------------------------------- -// wint_t typedef shared by wchar.h and wctype.h -// ---------------------------------------------------------------------------- - -#ifndef __WINT_T_H -#define __WINT_T_H __WINT_T_H - -typedef wint_t; // TODO - personality? - -#endif // __WINT_T_H