Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan.

git-svn-id: svn://10.0.0.236/trunk@92818 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%uiuc.edu
2001-04-20 06:45:56 +00:00
parent 16cf116363
commit 607c3ab676
34 changed files with 1969 additions and 920 deletions

View File

@@ -27,7 +27,7 @@
#include "nsIPref.h"
// remove this when nsPref goes away
extern "C" NS_IMETHODIMP nsPrefConstructor(nsISupports *aOuter, REFNSIID aIID, void **aResult);
extern "C" nsresult nsPrefConstructor(nsISupports *aOuter, REFNSIID aIID, void **aResult);
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsPrefService, Init)