Update main.cpp

pull/1163/head
AlexandreRouma 2023-09-13 02:51:44 +02:00 zatwierdzone przez GitHub
rodzic 6b31134af2
commit 0e50ee0e67
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 0 dodań i 8 usunięć

Wyświetl plik

@ -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{