mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
Oops, M_PI is POSIX so it isn't defined in math.h on Windows
This commit is contained in:
parent
8ebabac7c0
commit
27f396af7e
@ -10,6 +10,7 @@
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#define M_PI 3.14159265358979323846
|
||||
#define _WINSOCK_DEPRECATED_NO_WARNINGS
|
||||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
|
Loading…
Reference in New Issue
Block a user