curl-library
Re: yangtse: curl/docs/examples 10-at-a-time.c, 1.7, 1.8 anyauthput.c, 1.6, 1.7 fopen.c, 1.11, 1.12 ftpuploadresume.c, 1.4, 1.5
From: Gisle Vanem <gvanem_at_broadpark.no>
Date: Sun, 31 Aug 2008 17:40:13 +0200
Date: Sun, 31 Aug 2008 17:40:13 +0200
> --- anyauthput.c 22 May 2008 21:20:08 -0000 1.6
> +++ anyauthput.c 31 Aug 2008 12:12:35 -0000 1.7
...
> +#ifdef _MSC_VER
> +# ifdef _WIN64
> + typedef __int64 intptr_t;
> +# else
> + typedef int intptr_t;
> +# endif
> +#endif
How about using 'LONG_PTR'? I should have the correct size on
Win32/Win64.
--gv
Received on 2008-08-31