зеркало из https://github.com/mozilla/gecko-dev.git
Use enum trick to get around VC++ braindead-ness wrt. 'const PRUin32'.
This commit is contained in:
Родитель
f32fdfd744
Коммит
9479c899ab
|
@ -208,9 +208,11 @@ public:
|
|||
/**
|
||||
* Output methods flags:
|
||||
*/
|
||||
const PRUint32 EditorOutputSelectionOnly = 1;
|
||||
const PRUint32 EditorOutputFormatted = 2;
|
||||
const PRUint32 EditorOutputNoDoctype = 4;
|
||||
enum {
|
||||
EditorOutputSelectionOnly = 1,
|
||||
EditorOutputFormatted = 2,
|
||||
EditorOutputNoDoctype = 4
|
||||
};
|
||||
|
||||
/**
|
||||
* Output methods:
|
||||
|
|
Загрузка…
Ссылка в новой задаче