Commit b634dea3 authored by Sam Lantinga's avatar Sam Lantinga

Fixed bug #841

The redefinition of M_PI is no longer necessary...

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404338
parent 8df92cac
...@@ -10,11 +10,6 @@ ...@@ -10,11 +10,6 @@
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>
/* This isn't in the Windows headers */
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#include "SDL.h" #include "SDL.h"
/* screen size */ /* screen size */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment