diff --git a/include/volk/volk_complex.h b/include/volk/volk_complex.h index 8f5c78783..146367e05 100644 --- a/include/volk/volk_complex.h +++ b/include/volk/volk_complex.h @@ -21,7 +21,7 @@ #include __VOLK_DECL_BEGIN -#ifndef __STDC_NO_COMPLEX__ +#ifndef _MSC_VER // Obviously, we would love `typedef float complex lv_32fc_t` to work. // However, this clashes with C++ definitions. // error: expected initializer before ‘lv_32fc_t’