mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 02:31:41 +00:00
# 37239
r = jst, a = waterson OS/2 bringup - PR_CALLBACK for VisualAge
This commit is contained in:
parent
859c7e543a
commit
ad3cf0ff6a
@ -1123,7 +1123,7 @@ CloneRuleInto(nsISupports* aRule, void* aArray)
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
static PRBool
|
||||
static PRBool PR_CALLBACK
|
||||
CopyRelevantAttributes(nsHashKey *aAttrKey, void *aAtom, void *aTable)
|
||||
{
|
||||
nsHashtable *table = NS_STATIC_CAST(nsHashtable *, aTable);
|
||||
|
@ -445,7 +445,7 @@ nsJSUtils::nsConvertJSValToFunc(nsIDOMEventListener** aListener,
|
||||
return JS_TRUE;
|
||||
}
|
||||
|
||||
NS_EXPORT void
|
||||
NS_EXPORT void PR_CALLBACK
|
||||
nsJSUtils::nsGenericFinalize(JSContext* aContext,
|
||||
JSObject* aObj)
|
||||
{
|
||||
|
@ -107,7 +107,7 @@ public:
|
||||
JSObject* aObj,
|
||||
jsval aValue);
|
||||
|
||||
static NS_EXPORT void nsGenericFinalize(JSContext* aContext,
|
||||
static NS_EXPORT void PR_CALLBACK nsGenericFinalize(JSContext* aContext,
|
||||
JSObject* aObj);
|
||||
|
||||
static NS_EXPORT JSBool nsGenericEnumerate(JSContext* aContext,
|
||||
|
@ -1123,7 +1123,7 @@ CloneRuleInto(nsISupports* aRule, void* aArray)
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
static PRBool
|
||||
static PRBool PR_CALLBACK
|
||||
CopyRelevantAttributes(nsHashKey *aAttrKey, void *aAtom, void *aTable)
|
||||
{
|
||||
nsHashtable *table = NS_STATIC_CAST(nsHashtable *, aTable);
|
||||
|
@ -1123,7 +1123,7 @@ CloneRuleInto(nsISupports* aRule, void* aArray)
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
static PRBool
|
||||
static PRBool PR_CALLBACK
|
||||
CopyRelevantAttributes(nsHashKey *aAttrKey, void *aAtom, void *aTable)
|
||||
{
|
||||
nsHashtable *table = NS_STATIC_CAST(nsHashtable *, aTable);
|
||||
|
Loading…
x
Reference in New Issue
Block a user