From 280232c8b4c7d7f7cd1d2538d185ae1f9c5b1ea4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Apr 2019 10:54:04 +0200 Subject: Remove workaround for ancient MSVC --- utils/lv2info.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/utils/lv2info.c b/utils/lv2info.c index ed570f9..d8c3abf 100644 --- a/utils/lv2info.c +++ b/utils/lv2info.c @@ -29,10 +29,6 @@ #include #include -#ifdef _MSC_VER -# define isnan _isnan -#endif - LilvNode* applies_to_pred = NULL; LilvNode* control_class = NULL; LilvNode* event_class = NULL; -- cgit v1.2.1