Argh, there's stuff in here that doesn't come from the idl! Fix build bustage

This commit is contained in:
akkana%netscape.com 1999-07-20 23:29:02 +00:00
Родитель 5eacf00260
Коммит 37cbc4d66a
1 изменённых файлов: 9 добавлений и 0 удалений

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

@ -32,6 +32,15 @@ class nsIDOMRange;
{ 0xa6cf90e1, 0x15b3, 0x11d2, \
{ 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } }
#ifndef SELECTIONTYPE
enum SelectionType{SELECTION_NORMAL = 0,
SELECTION_SPELLCHECK,
SELECTION_IME_SOLID,
SELECTION_IME_DASHED,
NUM_SELECTIONTYPES};
#define SELECTIONTYPE
#endif
class nsIDOMSelection : public nsISupports {
public:
static const nsIID& GetIID() { static nsIID iid = NS_IDOMSELECTION_IID; return iid; }