]> git.pld-linux.org Git - packages/eclipse-swt.git/blob - eclipse-xpcom-h.patch
- updated to 3.6.2
[packages/eclipse-swt.git] / eclipse-xpcom-h.patch
1 diff -up ./xpcom.h.fix ./xpcom.h
2 --- ./xpcom.h.fix       2010-09-17 11:31:46.317620889 -0400
3 +++ ./xpcom.h   2010-09-17 11:33:58.558646774 -0400
4 @@ -36,6 +36,10 @@
5  #ifdef __APPLE__
6  #define NO__1NS_1InitXPCOM2
7  #endif /* __APPLE__ */
8 +#ifdef __linux__
9 +#define NO__1Call__IIIIII
10 +#define NO__1Call__JJJJJI
11 +#endif /* __linux__ */
12  #endif /* _WIN32 */
13  
14  #define SWT_XREInitEmbedding nsresult (*)(nsILocalFile *,nsILocalFile *,nsIDirectoryServiceProvider *,nsStaticModuleInfo const *,PRUint32)
This page took 0.06362 seconds and 3 git commands to generate.