Fixed bug #841
The redefinition of M_PI is no longer necessary... --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404338
This commit is contained in:
parent
8df92cace1
commit
b634dea37a
1 changed files with 0 additions and 5 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue