update for HEAD-2003091401
[reactos.git] / lib / string / wcschr.c
diff --git a/lib/string/wcschr.c b/lib/string/wcschr.c
new file mode 100644 (file)
index 0000000..20c852a
--- /dev/null
@@ -0,0 +1,9 @@
+/* $Id$
+ */
+
+#define _UNICODE
+#define _XINT wchar_t
+#include <wchar.h>
+#include "tcschr.h"
+
+/* EOF */