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 8a03762 + f3b8834 commit a3bc5a7Copy full SHA for a3bc5a7
git-compat-util.h
@@ -176,7 +176,7 @@ DISABLE_WARNING(-Wsign-compare)
176
/* Approximation of the length of the decimal representation of this type. */
177
#define decimal_length(x) ((int)(sizeof(x) * 2.56 + 0.5) + 1)
178
179
-#ifdef __MINGW64__
+#if defined(__MINGW32__) || defined(__MINGW64__)
180
#define _POSIX_C_SOURCE 1
181
#elif defined(__sun__)
182
/*
0 commit comments