mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 02:31:41 +00:00
ack! what was I thinking.
#ifdef'ing not including!!
This commit is contained in:
parent
877e955a90
commit
370ccb6aa0
@ -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