changeset 3589:06f0768a904c

Fixed bug #841 The redefinition of M_PI is no longer necessary...
author Sam Lantinga <slouken@libsdl.org>
date Thu, 17 Dec 2009 06:08:20 +0000
parents c5fe76962106
children 493f252a455c
files test/testpalette.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/test/testpalette.c	Thu Dec 17 05:57:37 2009 +0000
+++ b/test/testpalette.c	Thu Dec 17 06:08:20 2009 +0000
@@ -10,11 +10,6 @@
 #include <string.h>
 #include <math.h>
 
-/* This isn't in the Windows headers */
-#ifndef M_PI
-#define M_PI	3.14159265358979323846
-#endif
-
 #include "SDL.h"
 
 /* screen size */