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.
1 parent 6cd9d31 commit 22669e0Copy full SHA for 22669e0
src/include/portability.h
@@ -60,7 +60,7 @@
60
#define GG_UINT32_C(x) (x ## U)
61
#define GG_UINT64_C(x) GG_ULONGLONG(x)
62
63
-#if NACL_WINDOWS
+#if NACL_WINDOWS && defined(_MSC_VER)
64
#define GG_LONGLONG(x) x##I64
65
#define GG_ULONGLONG(x) x##UI64
66
#else
0 commit comments