mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 16:24:57 +00:00
Update boing.c
This commit is contained in:
parent
b4c3ef9d0f
commit
b7130678ee
@ -26,11 +26,12 @@
|
|||||||
* the rendering. Suspecting a trick, they began looking around the booth for
|
* the rendering. Suspecting a trick, they began looking around the booth for
|
||||||
* a hidden computer or VCR.
|
* a hidden computer or VCR.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
#ifdef _WIN32
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
// Make MS math.h define M_PI
|
// Make MS math.h define M_PI
|
||||||
#define _USE_MATH_DEFINES
|
#define _USE_MATH_DEFINES
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user