From 87a45c79986383644f1bcdba8101293432c33926 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Fri, 23 Sep 2011 03:56:34 +0200 Subject: MinGW64 has this prototype already. --- docs/examples/ftpuploadresume.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/ftpuploadresume.c') diff --git a/docs/examples/ftpuploadresume.c b/docs/examples/ftpuploadresume.c index 0560b54dc..55b8986c7 100644 --- a/docs/examples/ftpuploadresume.c +++ b/docs/examples/ftpuploadresume.c @@ -39,7 +39,7 @@ /* The MinGW headers are missing a few Win32 function definitions, you shouldn't need this if you use VC++ */ -#ifdef __MINGW32__ +#if defined(__MINGW32__) && !defined(__MINGW64__) int __cdecl _snscanf(const char * input, size_t length, const char * format, ...); #endif -- cgit v1.2.3