Skip to content

Commit b189da2

Browse files
committed
undefine microsoft bullshit macros to fix windows build
1 parent cdbd789 commit b189da2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: ARRCON/utils.hpp

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
#include <vector>
2222
#include <string>
2323

24+
#undef read
25+
#undef write
26+
2427
/**
2528
* @struct Help
2629
* @brief Functor that prints out the help display.

0 commit comments

Comments
 (0)