[ODE] some patches and packages

Andreas Volz lists at brachttal.net
Thu Apr 22 14:19:42 MST 2004


Am Thu, 22 Apr 2004 14:12:32 +0200 schrieb Pierre Terdiman:

> > I made some patches and packages I need for ode and opcode. Perhaps
> > you think some are usefull.
> 
> Maybe this would have been better :
> 
> #ifdef _MSC_VER
>     #define WIN32
> #endif
> 
> ...at least you don't have to patch again the day you upgrade to a new
> Opcode version :)

Not sure if I understand what you mean. But the problem wasn't VC++
build. WIN32 is exported by windows.h, but the places where I changed
WIN32 to _MSC_VER are only for VC++, but not for wingw (I think because
of different asm syntax?). I didn't see how your way helps.

Andreas


More information about the ODE mailing list