mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
# 34082
r= alecf@netscape.com OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
This commit is contained in:
parent
6e352cbf0a
commit
3f84397612
@ -26,7 +26,7 @@
|
||||
#include "jsapi.h"
|
||||
|
||||
|
||||
typedef int (*PrefChangedFunc)(const char *, void *);
|
||||
typedef int (*PR_CALLBACK PrefChangedFunc)(const char *, void *);
|
||||
typedef void (*PrefEnumerationFunc)(const char *, void *);
|
||||
|
||||
#define NS_PREF_CID \
|
||||
|
@ -19,6 +19,18 @@
|
||||
*
|
||||
* Contributor(s):
|
||||
* Pierre Phaneuf <pp@ludusdesign.com>
|
||||
*
|
||||
* This Original Code has been modified by IBM Corporation.
|
||||
* Modifications made by IBM described herein are
|
||||
* Copyright (c) International Business Machines
|
||||
* Corporation, 2000
|
||||
*
|
||||
* Modifications to Mozilla code or documentation
|
||||
* identified per MPL Section 3.3
|
||||
*
|
||||
* Date Modified by Description of modification
|
||||
* 03/27/2000 IBM Corp. Added PR_CALLBACK for Optlink
|
||||
* use in OS2
|
||||
*/
|
||||
|
||||
#include "nsIPref.h"
|
||||
@ -890,7 +902,7 @@ typedef struct
|
||||
and entry is
|
||||
"a.b.c" or "a.b"
|
||||
then add "a.b" to the list. */
|
||||
static PR_CALLBACK PRIntn
|
||||
static PRIntn PR_CALLBACK
|
||||
pref_addChild(PLHashEntry *he, int i, void *arg)
|
||||
{
|
||||
PrefChildIter* pcs = (PrefChildIter*) arg;
|
||||
|
Loading…
Reference in New Issue
Block a user