From 26dc0c6bf78b271ae1c51a37cebfbf28c71924fa Mon Sep 17 00:00:00 2001 From: "bruce%cybersight.com" Date: Sun, 30 May 1999 18:48:56 +0000 Subject: [PATCH] The include guard name changed with the conversion of nsIPref to xpidl. This file needed to be updated for that. Should fix the OSF/1 build. --- modules/libpref/public/prefapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/libpref/public/prefapi.h b/modules/libpref/public/prefapi.h index 3c22f0f46e2..cc538cf26a4 100644 --- a/modules/libpref/public/prefapi.h +++ b/modules/libpref/public/prefapi.h @@ -415,9 +415,9 @@ PR_EXTERN(PrefResult) PREF_CopyPrefsTree(const char *srcRoot, const char *destRo ** file. The two types need to be in sync for now. Certain ** compilers were having problems with multiple definitions. */ -#ifndef nsIPref_h__ +#ifndef __gen_nsIPref_h__ typedef int (*PrefChangedFunc) (const char *, void *); -#endif /* nsIPref_h__ */ +#endif /* __gen_nsIPref_h__ */ /* //