Kendall Bennett wrote:
>
> > "Keith Harrison" <[EMAIL PROTECTED]> wrote:
> >
> > > MSVC doesn't compile now, for some strange reason. I'm getting
> > > errors on function declarations that use _XFORMAPI and (257) other
> > > places.
>
> I just fixed the problems in xform.h and vertices.h. It appears to
> compile properly with Visual C++ on my end now. Can you check this?
It broke compilation on Linux when not using assembly. You were missing
a * (pointer) token:
#ifdef USE_X86_ASM
#define _XFORMAPI _ASMAPI
#define _XFORMAPIP _ASMAPIP
#else
#define _XFORMAPI
#define _XFORMAPIP * <--- this was wrong
#endif
I fixed xform.h, vertices.h and X86/common_x86asm.h
I see that you added some new macros to types.h. I think they'd be
better put in glheader.h. That's where I'd like to see machine or
assembly-specific macros placed.
-Brian
_______________________________________________
Mesa-dev maillist - [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev