Commit 9f333b71 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Mark some functions as cdecl.

parent f8c51797
...@@ -3013,13 +3013,13 @@ interface nsIParser : nsISupports ...@@ -3013,13 +3013,13 @@ interface nsIParser : nsISupports
PRInt32 aContextNamespace, PRBool aQuirks); PRInt32 aContextNamespace, PRBool aQuirks);
nsresult BuildModel(); nsresult BuildModel();
nsresult CancelParsingEvents(); nsresult CancelParsingEvents();
void Reset(); void cdecl Reset();
PRBool CanInterrupt(); PRBool cdecl CanInterrupt();
PRBool IsInsertionPointDefined(); PRBool cdecl IsInsertionPointDefined();
void BeginEvaluatingParserInsertedScript(); void cdecl BeginEvaluatingParserInsertedScript();
void EndEvaluatingParserInsertedScript(); void cdecl EndEvaluatingParserInsertedScript();
void MarkAsNotScriptCreated(); void cdecl MarkAsNotScriptCreated();
PRBool IsScriptCreated(); PRBool cdecl IsScriptCreated();
} }
[ [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment