Fix inclusion of windows.h breaking things with its defines

This commit is contained in:
brainiac
2026-04-03 01:49:20 -07:00
parent d58bc01755
commit 29034e14fe
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
# include <unistd.h>
#elif defined(TERMCOLOR_OS_WINDOWS)
# include <io.h>
# include <windows.h>
# include "common/platform/win/include_windows.h"
#endif