We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53123f6 commit 6b5135dCopy full SHA for 6b5135d
Include/internal/pycore_time.h
@@ -58,7 +58,7 @@ extern "C" {
58
#endif
59
60
61
-#ifdef __clang__
+#if defined(__clang__) || defined(__MINGW32__)
62
struct timeval;
63
64
0 commit comments