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
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();
}
[
......
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