Author: fireball Date: Sat Jan 29 19:00:15 2011 New Revision: 50565
URL: http://svn.reactos.org/svn/reactos?rev=50565&view=rev Log: - Define M_PI_4 too.
Modified: trunk/reactos/include/reactos/wine/port.h
Modified: trunk/reactos/include/reactos/wine/port.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/port.h... ============================================================================== --- trunk/reactos/include/reactos/wine/port.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/wine/port.h [iso-8859-1] Sat Jan 29 19:00:15 2011 @@ -147,6 +147,9 @@ #define M_PI_2 1.570796326794896619 #endif
+#ifndef M_PI_4 +#define M_PI_4 0.785398163397448309616 +#endif
/* Constructor functions */