sizeof(mode) field was dependent on compiler settings, now nsPluginPrint.mode is always a PRUint16.

This commit is contained in:
beard%netscape.com 1999-08-02 21:44:54 +00:00
Родитель a783d4ac73
Коммит 753dd5b871
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -279,7 +279,7 @@ struct nsPluginEmbedPrint {
};
struct nsPluginPrint {
nsPluginMode mode; /* nsPluginMode_Full or nsPluginMode_Embedded */
PRUint16 mode; /* nsPluginMode_Full or nsPluginMode_Embedded */
union
{
nsPluginFullPrint fullPrint; /* if mode is nsPluginMode_Full */

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

@ -279,7 +279,7 @@ struct nsPluginEmbedPrint {
};
struct nsPluginPrint {
nsPluginMode mode; /* nsPluginMode_Full or nsPluginMode_Embedded */
PRUint16 mode; /* nsPluginMode_Full or nsPluginMode_Embedded */
union
{
nsPluginFullPrint fullPrint; /* if mode is nsPluginMode_Full */