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

git-svn-id: svn://10.0.0.236/trunk@41861 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
1999-08-02 21:44:54 +00:00
parent 2d081e7cf8
commit 6c1052d0ba
2 changed files with 2 additions and 2 deletions

View File

@@ -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 */

View File

@@ -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 */