From 9f333b71b67dd6e79397d18c2c75adab33a7c63e Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Thu, 7 Jul 2011 15:09:27 +0200 Subject: [PATCH] mshtml: Mark some functions as cdecl. --- dlls/mshtml/nsiface.idl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dlls/mshtml/nsiface.idl b/dlls/mshtml/nsiface.idl index 8c110322388..502fb309977 100644 --- a/dlls/mshtml/nsiface.idl +++ b/dlls/mshtml/nsiface.idl @@ -3013,13 +3013,13 @@ interface nsIParser : nsISupports PRInt32 aContextNamespace, PRBool aQuirks); nsresult BuildModel(); nsresult CancelParsingEvents(); - void Reset(); - PRBool CanInterrupt(); - PRBool IsInsertionPointDefined(); - void BeginEvaluatingParserInsertedScript(); - void EndEvaluatingParserInsertedScript(); - void MarkAsNotScriptCreated(); - PRBool IsScriptCreated(); + void cdecl Reset(); + PRBool cdecl CanInterrupt(); + PRBool cdecl IsInsertionPointDefined(); + void cdecl BeginEvaluatingParserInsertedScript(); + void cdecl EndEvaluatingParserInsertedScript(); + void cdecl MarkAsNotScriptCreated(); + PRBool cdecl IsScriptCreated(); } [ -- 2.11.4.GIT