r = jst, a = waterson
OS/2 bringup - PR_CALLBACK for VisualAge
This commit is contained in:
mkaply%us.ibm.com 2000-06-05 19:15:32 +00:00
parent 859c7e543a
commit ad3cf0ff6a
5 changed files with 5 additions and 5 deletions

View File

@ -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);

View File

@ -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)
{

View File

@ -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,

View File

@ -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);

View File

@ -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);