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.
2 parents 6197e7f + 1193a26 commit f3fcc75Copy full SHA for f3fcc75
git-compat-util.h
@@ -166,7 +166,7 @@ struct strbuf;
166
/* Approximation of the length of the decimal representation of this type. */
167
#define decimal_length(x) ((int)(sizeof(x) * 2.56 + 0.5) + 1)
168
169
-#ifdef __MINGW64__
+#if defined(__MINGW32__) || defined(__MINGW64__)
170
#define _POSIX_C_SOURCE 1
171
#elif defined(__sun__)
172
/*
0 commit comments