X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fstring%2Fwcsncpy.c;fp=lib%2Fstring%2Fwcsncpy.c;h=90a93ab24ddfda165e74fa441126b5dfdb12a984;hp=0000000000000000000000000000000000000000;hb=ee8b63255465d8c28be3e7bd11628015708fc1ab;hpb=c99688ef1ab339c8746ecc385bde679623084c71 diff --git a/lib/string/wcsncpy.c b/lib/string/wcsncpy.c new file mode 100644 index 0000000..90a93ab --- /dev/null +++ b/lib/string/wcsncpy.c @@ -0,0 +1,8 @@ +/* $Id$ + */ + +#define _UNICODE +#include +#include "tcsncpy.h" + +/* EOF */