summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2007-01-25 21:38:53 +0000
committerGrant Gayed <ggayed>2007-01-25 21:38:53 +0000
commit0b843a37036fe7fba1347fddc9d5e6348d944c04 (patch)
treec1d8bb1adeda095936fffb124489e1847a9881f6 /bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h
parente5676bdd23ef2418b2c1a4b78f20196d5b2e2255 (diff)
downloadeclipse.platform.swt-0b843a37036fe7fba1347fddc9d5e6348d944c04.tar.gz
eclipse.platform.swt-0b843a37036fe7fba1347fddc9d5e6348d944c04.tar.xz
eclipse.platform.swt-0b843a37036fe7fba1347fddc9d5e6348d944c04.zip
merge XPCOMGlue into XPCOM
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h
index a143415574..bdb930d84e 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/xpcom.h
@@ -13,11 +13,13 @@
#define INC_xpcom_H
#define NDEBUG
+#define XPCOM_GLUE 1
#include "nsXPCOM.h"
#include "nsEmbedString.h"
#include "nsIInputStream.h"
#include "nsISupportsUtils.h"
+#include "nsXPCOMGlue.h"
#ifdef _WIN32
#define STDMETHODCALLTYPE __stdcall