~ubuntu-branches/debian/sid/swt-gtk/sid

« back to all changes in this revision

Viewing changes to xpcom.h

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Perez
  • Date: 2009-12-07 10:22:24 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20091207102224-70w2tax575mcks1w
Tags: 3.5.1-1
* New upstream release. Closes: #558663.
* debian/control: 
  - Add Vcs-* fields for Git repository.
  - Allow DM-Uploads.
  - Remove "Conflicts", package should live with eclipse.
* debian/rules: Fix default-java path around AWT_LIB_PATH.
* debian/copyright: Minor update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*******************************************************************************
2
 
 * Copyright (c) 2000, 2007 IBM Corporation and others.
 
2
 * Copyright (c) 2000, 2009 IBM Corporation and others.
3
3
 * All rights reserved. This program and the accompanying materials
4
4
 * are made available under the terms of the Eclipse Public License v1.0
5
5
 * which accompanies this distribution, and is available at
18
18
#include "nsXPCOM.h"
19
19
#include "nsEmbedString.h"
20
20
#include "nsIInputStream.h"
 
21
#include "nsIMemory.h"
21
22
#include "nsISupportsUtils.h"
22
23
#include "nsXPCOMGlue.h"
 
24
#include "xpcom_custom.h"
 
25
 
 
26
#ifndef nsIScriptContext_h__
 
27
#include "nsIScriptContext.h"
 
28
#include "nsIScriptGlobalObject.h"
 
29
#endif /* nsIScriptContext_h__ */
23
30
 
24
31
#ifdef _WIN32
25
32
#define STDMETHODCALLTYPE __stdcall
26
 
#else
 
33
#define NO__1NS_1InitXPCOM2
 
34
#else /* _WIN32 */
27
35
#define STDMETHODCALLTYPE
28
 
#endif
 
36
#ifdef __APPLE__
 
37
#define NO__1NS_1InitXPCOM2
 
38
#endif /* __APPLE__ */
 
39
#endif /* _WIN32 */
 
40
 
 
41
#define SWT_XREInitEmbedding nsresult (*)(nsILocalFile *,nsILocalFile *,nsIDirectoryServiceProvider *,nsStaticModuleInfo const *,PRUint32)
29
42
 
30
43
#endif /* INC_xpcom_H */