#ifdef'ing not including!!
This commit is contained in:
dougt%netscape.com 1999-10-25 22:57:40 +00:00
Родитель 1864514373
Коммит 61be2d8efc
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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,