diff --git a/source_modules/file_source/src/main.cpp b/source_modules/file_source/src/main.cpp index a10f3c58..0fc4fa85 100644 --- a/source_modules/file_source/src/main.cpp +++ b/source_modules/file_source/src/main.cpp @@ -12,14 +12,6 @@ #include #include -// TODO: figure out where exactly these macros are from (only happens on windows so probably from Windows.h somewhere) -#ifdef min -#undef min -#endif -#ifdef max -#undef max -#endif - #define CONCAT(a, b) ((std::string(a) + b).c_str()) SDRPP_MOD_INFO{