]> pd.if.org Git - pdclib/blobdiff - includes/__wint_t.h
Moved shared defines and typedefs to individual files.
[pdclib] / includes / __wint_t.h
diff --git a/includes/__wint_t.h b/includes/__wint_t.h
new file mode 100644 (file)
index 0000000..38c8457
--- /dev/null
@@ -0,0 +1,15 @@
+// ----------------------------------------------------------------------------
+// $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