mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Compiler-specific check, not platform
This commit is contained in:
parent
3669e74570
commit
db4741113d
@ -607,7 +607,7 @@ typedef unsigned __int64 UINT64;
|
||||
not permit the LL suffix which some other platforms require, but it
|
||||
handles numbers up to the largest 64-bit integer correctly without such
|
||||
a suffix, so the macro definition is trivial. */
|
||||
#ifdef MINGW // needed for gcc 3.3.1
|
||||
#ifdef __GNUC__ // needed for gcc 3.3.1
|
||||
#define QUADCONST(n) (n##LL)
|
||||
#else
|
||||
#define QUADCONST(n) (n)
|
||||
|
Loading…
Reference in New Issue
Block a user