Add hack define for branch.

This commit is contained in:
benjamin%smedbergs.us 2006-03-03 21:08:51 +00:00
parent 055af5662f
commit b5c250b92c

View File

@ -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.