OS/2 Tinderbox breakage

Attempt 1 to fix this - add PR_CALLBACK for VisualAge
This commit is contained in:
mkaply%us.ibm.com 2000-07-22 14:13:00 +00:00
parent f9bb9d44bd
commit c03c730a44

View File

@ -23,13 +23,13 @@
#include "nsErrorService.h"
#include "nsCRT.h"
static void*
static PR_CALLBACK void*
CloneCString(nsHashKey *aKey, void *aData, void* closure)
{
return nsCRT::strdup((const char*)aData);
}
static PRBool
static PR_CALLBACK PRBool
DeleteCString(nsHashKey *aKey, void *aData, void* closure)
{
nsCRT::free((char*)aData);