]> git.mxchange.org Git - simgear.git/commit
- A few fixes to ensure SimGear compiles again on cygwin.
authordurk <durk>
Mon, 15 Oct 2007 18:49:50 +0000 (18:49 +0000)
committerdurk <durk>
Mon, 15 Oct 2007 18:49:50 +0000 (18:49 +0000)
commit0c8358ae67e218b3cd3a0332bd9d8c7be0521af3
treea246352705a3cdb03f4d36d2a8287a15f0552c8a
parent25cefd91298485eb94959017b1aa17bc550d2f3f
- A few fixes to ensure SimGear compiles again on cygwin.
  * on cygwin, isnan is declared in ieeepf.h
  * CYGWIN is a special case in that it is windows based, but sometimes
    folows unix conventions. SGAtomic compilation failed on an illegal
    volatile type cast without the additional __CYGWIN__ define check.
simgear/math/SGVec2.hxx
simgear/scene/material/matlib.cxx
simgear/scene/sky/sphere.cxx
simgear/scene/sky/stars.cxx
simgear/structure/SGAtomic.hxx