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 4541728 + ac4bc06 commit e6da80cCopy full SHA for e6da80c
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