[BACK]Return to patch-src_drivers_olethros_driver_cpp CVS log [TXT][DIR] Up to [local] / ports / games / torcs / patches

Annotation of ports/games/torcs/patches/patch-src_drivers_olethros_driver_cpp, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- src/drivers/olethros/driver.cpp.orig       Mon Oct 11 13:40:29 2010
        !             3: +++ src/drivers/olethros/driver.cpp    Mon Oct 11 13:41:04 2010
        !             4: @@ -41,6 +41,8 @@
        !             5:  #ifdef WIN32
        !             6:  #include <float.h>
        !             7:  #define isnan _isnan
        !             8: +#else
        !             9: +#define isnan __isnanf
        !            10:  #endif
        !            11:
        !            12:  #undef TEST_PITSTOPS

CVSweb