Problems compiling wine with Intel Compiler

Patrik Stridvall ps at leissner.se
Mon Aug 26 11:41:30 CDT 2002


> On Mon, Aug 26, 2002 at 05:40:01PM +0200, Patrik Stridvall wrote:
> > The Intel compiler like the Microsoft compiler probably 
> already supports
> > __int{8,16,32,64}.
> > 
> > This will have to be changed to
> > 
> > #if !defined(_MSC_VER) && !defined(XXX)
> 
> Or maybe a HAVE_xxx configure check?

In general this is the way is should be done.
However no rule without an exception. :-)

Short explaination:
In the header files it can't be done that way
because the same header files must support
multiple compilers and thus they can't have
a shared config.h file.





More information about the wine-devel mailing list