test: tell MSVC to use math defines

pull/3/head
Christian Beier 7 years ago
parent 9ac695a4b9
commit 90220264f5
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -2,6 +2,7 @@
#define _BSD_SOURCE
#endif
#include <rfb/rfb.h>
#define _USE_MATH_DEFINES
#include <math.h>
static void initBackground(rfbScreenInfoPtr server)

Loading…
Cancel
Save