Export NS_NewTimer() with PR_PUBLIC_API (this is a Mac-only file).
git-svn-id: svn://10.0.0.236/trunk@40824 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -342,7 +342,7 @@ void TimerPeriodical::RepeatAction( const EventRecord &inMacEvent)
|
||||
}
|
||||
|
||||
|
||||
nsresult NS_NewTimer(nsITimer** aInstancePtrResult)
|
||||
PR_PUBLIC_API(nsresult) NS_NewTimer(nsITimer** aInstancePtrResult)
|
||||
{
|
||||
NS_PRECONDITION(nsnull != aInstancePtrResult, "null ptr");
|
||||
if (nsnull == aInstancePtrResult) {
|
||||
|
||||
Reference in New Issue
Block a user