This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / lib / string / wcsncpy.c
diff --git a/lib/string/wcsncpy.c b/lib/string/wcsncpy.c
new file mode 100644 (file)
index 0000000..90a93ab
--- /dev/null
@@ -0,0 +1,8 @@
+/* $Id$
+ */
+
+#define _UNICODE
+#include <wchar.h>
+#include "tcsncpy.h"
+
+/* EOF */