mshtml: Add a dummy member to nsMargin as empty structs aren't valid in C89.

This commit is contained in:
Rob Shearman 2008-02-13 16:22:03 +00:00 committed by Alexandre Julliard
parent 9b11494db7
commit 94fe669387
1 changed files with 1 additions and 1 deletions

View File

@ -1404,7 +1404,7 @@ interface nsIWebNavigation : nsISupports
]
interface nsIPrintSettings : nsISupports
{
typedef struct {} nsMargin;
typedef struct { char dummy; } nsMargin;
nsresult SetPrintOptions(PRInt32 aType, PRBool aTurnOnOff);
nsresult GetPrintOptions(PRInt32 aType, PRBool *_retval);