Bug 320988 relanding activex bits with a fix for the agressive optimization of inlines, r=darin

This commit is contained in:
bsmedberg%covad.net 2006-02-07 01:15:19 +00:00
Родитель 72b68744ea
Коммит 387cffcb43
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -41,7 +41,7 @@
#include "nsIPrintSettings.idl"
%{ C++
#include "nsFont.h"
struct nsFont;
%}
interface nsISimpleEnumerator;
@ -49,8 +49,7 @@ interface nsISimpleEnumerator;
/**
* Native types
*/
[ref] native nsNativeFontRef(nsFont);
[ref] native nsNativeStringRef(nsString);
[ref] native nsNativeFontRef(nsFont);
/**
* Print options interface

Просмотреть файл

@ -45,6 +45,8 @@
#include "nsIPrintOptions.h"
#include "nsIPrintSettingsService.h"
#include "nsIPrefBranch.h"
#include "nsString.h"
#include "nsFont.h"
#undef IMETHOD_VISIBILITY
#define IMETHOD_VISIBILITY NS_VISIBILITY_DEFAULT