From fb2f7ff90d95b921e87a86b3ed38595e2765c087 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 16:52:57 +0300 Subject: [PATCH] Update boing.c --- examples/boing.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/boing.c b/examples/boing.c index ec118a3a..0cd59cac 100644 --- a/examples/boing.c +++ b/examples/boing.c @@ -27,11 +27,6 @@ * a hidden computer or VCR. *****************************************************************************/ -#if defined(_MSC_VER) - // Make MS math.h define M_PI - #define _USE_MATH_DEFINES -#endif - #include #include #include