From 90220264f5ca9a6a7852cd133cc4621abb45fcee Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 21 Feb 2017 17:42:26 +0100 Subject: test: tell MSVC to use math defines --- test/copyrecttest.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/copyrecttest.c b/test/copyrecttest.c index cd2a504..b3d3ada 100644 --- a/test/copyrecttest.c +++ b/test/copyrecttest.c @@ -2,6 +2,7 @@ #define _BSD_SOURCE #endif #include +#define _USE_MATH_DEFINES #include static void initBackground(rfbScreenInfoPtr server) -- cgit v1.2.3