mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
QNX-specific addition to deal with _PRSTR items properly.
This commit is contained in:
parent
7a5b9d5e55
commit
bc3e3cf9e7
@ -54,6 +54,10 @@ public:
|
||||
#define _PRSTR_BP m_psb
|
||||
#define _PRSTR_DELBUF(x) /* as nothing */
|
||||
#define _PRSTR_DELBUF_C(c, x) /* as nothing */
|
||||
#elif defined(__QNX__)
|
||||
#undef _PRSTR_BP
|
||||
#define _PRSTR_DELBUF(x) /* as nothing */
|
||||
#define _PRSTR_DELBUF_C(c, x) /* as nothing */
|
||||
#else
|
||||
#define _PRSTR_BP bp
|
||||
// Unix compilers do not believe in encapsulation
|
||||
|
@ -54,6 +54,10 @@ public:
|
||||
#define _PRSTR_BP m_psb
|
||||
#define _PRSTR_DELBUF(x) /* as nothing */
|
||||
#define _PRSTR_DELBUF_C(c, x) /* as nothing */
|
||||
#elif defined(__QNX__)
|
||||
#undef _PRSTR_BP
|
||||
#define _PRSTR_DELBUF(x) /* as nothing */
|
||||
#define _PRSTR_DELBUF_C(c, x) /* as nothing */
|
||||
#else
|
||||
#define _PRSTR_BP bp
|
||||
// Unix compilers do not believe in encapsulation
|
||||
|
Loading…
Reference in New Issue
Block a user