From 0e50ee0e67a04836a5293d00b6143322726d04b2 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Wed, 13 Sep 2023 02:51:44 +0200 Subject: [PATCH] Update main.cpp --- source_modules/file_source/src/main.cpp | 8 -------- 1 file changed, 8 deletions(-) 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{