added PR_CALLBACK for os/2, per bug 37239.
git-svn-id: svn://10.0.0.236/trunk@68902 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8106e246b2
commit
eaa2c8121e
@ -176,7 +176,7 @@ nsXPLookAndFeel::nsXPLookAndFeel() : nsILookAndFeel()
|
||||
NS_INIT_REFCNT();
|
||||
}
|
||||
|
||||
static int intPrefChanged (const char *newpref, void *data)
|
||||
static int PR_CALLBACK intPrefChanged (const char *newpref, void *data)
|
||||
{
|
||||
nsLookAndFeelIntPref* np = (nsLookAndFeelIntPref*)data;
|
||||
if (np)
|
||||
@ -200,7 +200,7 @@ static int intPrefChanged (const char *newpref, void *data)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int floatPrefChanged (const char *newpref, void *data)
|
||||
static int PR_CALLBACK floatPrefChanged (const char *newpref, void *data)
|
||||
{
|
||||
nsLookAndFeelFloatPref* np = (nsLookAndFeelFloatPref*)data;
|
||||
if (np)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user