diff --git a/reactos/include/reactos/wine/port.h b/reactos/include/reactos/wine/port.h index 6b293173ec2..62e64e77379 100644 --- a/reactos/include/reactos/wine/port.h +++ b/reactos/include/reactos/wine/port.h @@ -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 */