diff --git a/mozilla/modules/libpref/public/prefapi.h b/mozilla/modules/libpref/public/prefapi.h index 3c22f0f46e2..cc538cf26a4 100644 --- a/mozilla/modules/libpref/public/prefapi.h +++ b/mozilla/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__ */ /* //