From 6b8c0cedae3cfcdbd04dc1ffca2913f46f1a0cfd Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 15 Nov 2005 14:51:40 +0000 Subject: Correct Warning: function declaration isn't a prototype --- libc/string/wcsdup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libc/string/wcsdup.c') diff --git a/libc/string/wcsdup.c b/libc/string/wcsdup.c index 25043ced1..f1af0d683 100644 --- a/libc/string/wcsdup.c +++ b/libc/string/wcsdup.c @@ -10,8 +10,8 @@ #undef Wstrlen #undef Wstrcpy -#define Wstrlen __wcslen -#define Wstrcpy __wcscpy +#define Wstrlen wcslen +#define Wstrcpy wcscpy #include "wstring.c" -- cgit v1.2.3