RE: Problems compiling wine with Intel Compiler
26 Aug
2002
26 Aug
'02
4:41 p.m.
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.
8512
Age (days ago)
8512
Last active (days ago)
0 comments
1 participants
participants (1)
-
Patrik Stridvall