OS/2 bustage - need PR_CALLBACK

This commit is contained in:
mkaply%us.ibm.com 2001-08-10 11:57:42 +00:00
parent 1a21d1fd1d
commit 6fd794653f
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ IsVisualCharset(const nsAutoString& aCharset)
#endif // IBMBIDI
static PRBool destroy_loads(nsHashKey *aKey, void *aData, void* closure)
PR_STATIC_CALLBACK(PRBool) destroy_loads(nsHashKey *aKey, void *aData, void* closure)
{
nsISupports *sup = NS_REINTERPRET_CAST(nsISupports*, aData);
nsImageLoader *loader = NS_REINTERPRET_CAST(nsImageLoader*, sup);

View File

@ -96,7 +96,7 @@ IsVisualCharset(const nsAutoString& aCharset)
#endif // IBMBIDI
static PRBool destroy_loads(nsHashKey *aKey, void *aData, void* closure)
PR_STATIC_CALLBACK(PRBool) destroy_loads(nsHashKey *aKey, void *aData, void* closure)
{
nsISupports *sup = NS_REINTERPRET_CAST(nsISupports*, aData);
nsImageLoader *loader = NS_REINTERPRET_CAST(nsImageLoader*, sup);