mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
sense of HAVE_CPP_BOOL was backwards, fixed it (thanks, Jim Dunn)
This commit is contained in:
parent
430fc255bd
commit
51bf7982c7
@ -126,7 +126,7 @@
|
||||
#define explicit
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_CPP_BOOL
|
||||
#ifdef HAVE_CPP_BOOL
|
||||
typedef bool NSCAP_BOOL;
|
||||
#else
|
||||
typedef PRBool NSCAP_BOOL;
|
||||
|
@ -126,7 +126,7 @@
|
||||
#define explicit
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_CPP_BOOL
|
||||
#ifdef HAVE_CPP_BOOL
|
||||
typedef bool NSCAP_BOOL;
|
||||
#else
|
||||
typedef PRBool NSCAP_BOOL;
|
||||
|
@ -126,7 +126,7 @@
|
||||
#define explicit
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_CPP_BOOL
|
||||
#ifdef HAVE_CPP_BOOL
|
||||
typedef bool NSCAP_BOOL;
|
||||
#else
|
||||
typedef PRBool NSCAP_BOOL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user