From 377e43fbb9ff48fc114c9c6ecc1b04796e01b0fb Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Tue, 9 Nov 2004 14:00:56 +0000 Subject: Changes for removing libcurl.def file on Win32. Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6. --- lib/strequal.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/strequal.h') diff --git a/lib/strequal.h b/lib/strequal.h index 586521175..b3be070c3 100644 --- a/lib/strequal.h +++ b/lib/strequal.h @@ -23,11 +23,15 @@ * $Id$ ***************************************************************************/ +#include + +#if 0 /* - * These two actually are public functions. + * These two actually are public functions, which are in */ int curl_strequal(const char *first, const char *second); int curl_strnequal(const char *first, const char *second, size_t max); +#endif #define strequal(a,b) curl_strequal(a,b) #define strnequal(a,b,c) curl_strnequal(a,b,c) -- cgit v1.2.3