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...