Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed bug #841
Browse files Browse the repository at this point in the history
The redefinition of M_PI is no longer necessary...
  • Loading branch information
slouken committed Dec 17, 2009
1 parent 922189f commit 43403ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/testpalette.c
Expand Up @@ -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 */
Expand Down

0 comments on commit 43403ba

Please sign in to comment.