Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6693fec

Browse files
committed
Revert "Force use of "%I64d" format for 64 bit ints on MinGW."
This reverts commit 52d01c2. the UINT64_FORMAT bit broke the b uildfarm, so I'm reverting the whole thing pending further investigation.
1 parent 6693eb7 commit 6693fec

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/include/port/win32.h

-13
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,6 @@
8888
#define PGDLLEXPORT
8989
#endif
9090

91-
/*
92-
* MinGW compilers accept both "%I64d" and "%lld" for 64 bit ints,
93-
* but whine about the latter, so force the former, regardless of what
94-
* configure found.
95-
*/
96-
#if __GNUC__
97-
#ifdef INT64_FORMAT
98-
#undef INT64_FORMAT
99-
#undef UINT64_FORMAT
100-
#endif
101-
#define INT64_FORMAT "%I64d"
102-
#define UINT64_FORMAT "%I64u"
103-
#endif
10491

10592
/*
10693
* IPC defines

0 commit comments

Comments
 (0)