- Define M_PI_4 too.
authorAleksey Bragin <aleksey@reactos.org>
Sat, 29 Jan 2011 19:00:15 +0000 (19:00 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Sat, 29 Jan 2011 19:00:15 +0000 (19:00 +0000)
svn path=/trunk/; revision=50565

reactos/include/reactos/wine/port.h

index 6b29317..62e64e7 100644 (file)
@@ -147,6 +147,9 @@ struct statfs;
 #define M_PI_2 1.570796326794896619
 #endif
 
+#ifndef M_PI_4
+#define M_PI_4 0.785398163397448309616
+#endif
 
 /* Constructor functions */