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 2594a4d + ee1bf47 commit 97176a3Copy full SHA for 97176a3
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