OS/2 breakage - PR_CALLBACK
This commit is contained in:
@@ -181,7 +181,7 @@ static nsModuleComponentInfo gComponents[] = {
|
||||
|
||||
static PRBool gInitialized = PR_FALSE;
|
||||
|
||||
static nsresult
|
||||
PR_STATIC_CALLBACK(nsresult)
|
||||
Initialize(nsIModule* aSelf)
|
||||
{
|
||||
if (!gInitialized) {
|
||||
@@ -194,7 +194,7 @@ Initialize(nsIModule* aSelf)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
static void
|
||||
PR_STATIC_CALLBACK(void)
|
||||
Shutdown(nsIModule* aSelf)
|
||||
{
|
||||
if (gInitialized) {
|
||||
|
||||
Reference in New Issue
Block a user