mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
QNX-specific ifdef addition.
This commit is contained in:
parent
dce36849c6
commit
9201ca0da4
@ -39,7 +39,7 @@
|
||||
#define INT64 long
|
||||
#endif
|
||||
#else
|
||||
#if defined(HPUX) || defined(SCO) || defined(UNIXWARE)
|
||||
#if defined(HPUX) || defined(QNX) || defined(SCO) || defined(UNIXWARE)
|
||||
#define INT64 long
|
||||
#else
|
||||
#define INT64 long long
|
||||
|
Loading…
Reference in New Issue
Block a user