Skip to content

Commit 5809a1c

Browse files
committed
Fix: Globally define _WIN32-related macros
1 parent 81fb545 commit 5809a1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/fork_union.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@
115115
#define _CRT_SECURE_NO_WARNINGS // Disable "This function or variable may be unsafe" warnings
116116
#include <windows.h> // `GlobalMemoryStatusEx`
117117
#include <io.h> // `_isatty`, `_fileno`
118-
#undef NOMINMAX
119-
#undef _CRT_SECURE_NO_WARNINGS
120118
#endif
121119

122120
/**

0 commit comments

Comments
 (0)