mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
MSVC is driving me insane
This commit is contained in:
parent
00c79cd3b2
commit
364774dbc7
@ -38,6 +38,10 @@
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846264338327950288
|
||||
#endif
|
||||
|
||||
#define ALPHA 220
|
||||
#define WIDTH 3
|
||||
#define HEIGHT 3
|
||||
|
Loading…
Reference in New Issue
Block a user