__int64

Dimitrie O. Paun dpaun at rogers.com
Thu Nov 21 17:46:37 CST 2002


On November 21, 2002 06:34 pm, Francois Gouget wrote:
> I'm not sure what the solution to this is. We could make sure that each
> and every single Wine header includes (directly or indirectly)
> 'stddef.h' so that __int64 is always defined. But that seems pretty
> ugly. Unfortunately I don't see any viable alternative (duplicating the
> __int64 #defined would be worse).

Since this is supposed to be a compiler thing in Windows, what about a
-D__int64=long\ long
on the command line? None of the other #include kludges fix the problem
properly, because this should be available without any include...

-- 
Dimi.




More information about the wine-devel mailing list