- improved compatibility for win
git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@116 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
#include <radio/Interpolation.hpp>
|
||||
#include <radio/Nco.hpp>
|
||||
|
||||
#ifdef _WINDOWS
|
||||
#include <float.h>
|
||||
#define isnan _isnan
|
||||
#define isinf(x) (!_finite(x))
|
||||
#endif
|
||||
|
||||
using namespace Radio;
|
||||
|
||||
// ---------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user