Skip to content

Commit 0e50ee0

Browse files
Update main.cpp
1 parent 6b31134 commit 0e50ee0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

source_modules/file_source/src/main.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@
1212
#include <algorithm>
1313
#include <stdexcept>
1414

15-
// TODO: figure out where exactly these macros are from (only happens on windows so probably from Windows.h somewhere)
16-
#ifdef min
17-
#undef min
18-
#endif
19-
#ifdef max
20-
#undef max
21-
#endif
22-
2315
#define CONCAT(a, b) ((std::string(a) + b).c_str())
2416

2517
SDRPP_MOD_INFO{

0 commit comments

Comments
 (0)