cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: [PATCH] smb/cifs

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 29 Nov 2014 23:14:14 +0100 (CET)

On Mon, 24 Nov 2014, Nagel, Bill wrote:

> At the minimum I need to typedef a 64-bit int.

Right now the code seems to assume that we have long long _or_ an __int64
type.

First, if that is really what you want I think you should have a local typedef
or something to avoid a series of #ifdefs.

Then, libcurl still builds on systems without any 64bit type so if that
support is mandatory for the SMB code to work, I guess there's some more
preprocessor magic needed!

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2014-11-29