mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
OS/2 Tinderbox break
Need PR_CALLBACK for VisualAge
This commit is contained in:
parent
c7fd00ef8b
commit
320938329b
@ -253,7 +253,7 @@ nsChromeRegistry::nsChromeRegistry()
|
||||
}
|
||||
|
||||
|
||||
static PRBool DatasourceEnumerator(nsHashKey *aKey, void *aData, void* closure)
|
||||
static PRBool PR_CALLBACK DatasourceEnumerator(nsHashKey *aKey, void *aData, void* closure)
|
||||
{
|
||||
if (!closure || !aData)
|
||||
return PR_FALSE;
|
||||
|
@ -253,7 +253,7 @@ nsChromeRegistry::nsChromeRegistry()
|
||||
}
|
||||
|
||||
|
||||
static PRBool DatasourceEnumerator(nsHashKey *aKey, void *aData, void* closure)
|
||||
static PRBool PR_CALLBACK DatasourceEnumerator(nsHashKey *aKey, void *aData, void* closure)
|
||||
{
|
||||
if (!closure || !aData)
|
||||
return PR_FALSE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user