r7224 - dumbhippo/trunk/client/common/firefox/src
- From: commits mugshot org
- To: online-desktop-list gnome org
- Subject: r7224 - dumbhippo/trunk/client/common/firefox/src
- Date: Thu, 17 Jan 2008 14:02:05 -0600 (CST)
Author: walters
Date: 2008-01-17 14:01:57 -0600 (Thu, 17 Jan 2008)
New Revision: 7224
Modified:
dumbhippo/trunk/client/common/firefox/src/hippoModule.cpp
Log:
Add another ifdef.
Modified: dumbhippo/trunk/client/common/firefox/src/hippoModule.cpp
===================================================================
--- dumbhippo/trunk/client/common/firefox/src/hippoModule.cpp 2008-01-17 19:51:11 UTC (rev 7223)
+++ dumbhippo/trunk/client/common/firefox/src/hippoModule.cpp 2008-01-17 20:01:57 UTC (rev 7224)
@@ -10,7 +10,11 @@
#include "nsIServiceManager.h"
#include "nsISupportsUtils.h"
#include "nsServiceManagerUtils.h"
+#ifdef HAVE_XULRUNNER
+#include "nsIClassInfoImpl.h"
+#else
#include "nsISupportsImpl.h"
+#endif
#include "hippoControl.h"
#include "hippoExtension.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]