ack! what was I thinking.
#ifdef'ing not including!! git-svn-id: svn://10.0.0.236/trunk@51770 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8bd629f104
commit
11d905c2a9
@ -48,7 +48,7 @@
|
||||
|
||||
#include "nsThread.h"
|
||||
|
||||
#include _NEW_NSIFILE
|
||||
#ifdef _NEW_NSIFILE
|
||||
#include "nsIFileImpl.h"
|
||||
#include "nsIDirEnumeratorImpl.h"
|
||||
#endif
|
||||
@ -447,7 +447,7 @@ nsresult NS_COM NS_InitXPCOM(nsIServiceManager* *result,
|
||||
nsSupportsVoidImplConstructor);
|
||||
if (NS_FAILED(rv)) return rv;
|
||||
|
||||
#include _NEW_NSIFILE
|
||||
#ifdef _NEW_NSIFILE
|
||||
rv = RegisterGenericFactory(compMgr, nsIFileImpl::GetCID(),
|
||||
NS_FILE_CLASSNAME,
|
||||
NS_FILE_PROGID,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user