Update main.cpp

This commit is contained in:
AlexandreRouma 2023-09-13 02:51:44 +02:00 committed by GitHub
parent 6b31134af2
commit 0e50ee0e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,14 +12,6 @@
#include <algorithm>
#include <stdexcept>
// 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{