mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
Add hack define for branch.
This commit is contained in:
parent
055af5662f
commit
b5c250b92c
@ -43,6 +43,10 @@
|
||||
#include "nsWeakReference.h"
|
||||
#include "nsTArray.h"
|
||||
|
||||
#ifdef MOZILLA_1_8_BRANCH
|
||||
#define NS_GET_TEMPLATE_IID NS_GET_IID
|
||||
#endif
|
||||
|
||||
// nsMaybeWeakPtr is a helper object to hold a strong-or-weak reference
|
||||
// to the template class. It's pretty minimal, but sufficient.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user