mshtml: Mark some functions as cdecl.
This commit is contained in:
parent
f8c517978b
commit
9f333b71b6
|
@ -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();
|
||||
}
|
||||
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue