]> pd.if.org Git - pdclib/blobdiff - includes/__wchar_t.h
Re-import from Subversion.
[pdclib] / includes / __wchar_t.h
diff --git a/includes/__wchar_t.h b/includes/__wchar_t.h
deleted file mode 100644 (file)
index 029cb2e..0000000
+++ /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