mshtml: Add a dummy member to nsMargin as empty structs aren't valid in C89.
This commit is contained in:
parent
9b11494db7
commit
94fe669387
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue