From b7130678ee75a0a773e711ec0e2700870c5c41b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20AKTA=C5=9E?= <132843565+fatihaktas845@users.noreply.github.com> Date: Sun, 24 Dec 2023 17:08:15 +0300 Subject: [PATCH] Update boing.c --- examples/boing.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/boing.c b/examples/boing.c index ec118a3a..bc1bcfeb 100644 --- a/examples/boing.c +++ b/examples/boing.c @@ -26,11 +26,12 @@ * the rendering. Suspecting a trick, they began looking around the booth for * a hidden computer or VCR. *****************************************************************************/ - +#ifdef _WIN32 #if defined(_MSC_VER) // Make MS math.h define M_PI #define _USE_MATH_DEFINES #endif +#endif #include #include