Disable outlook addrbook support for mingw builds since w32api lacks those routines.

Bug #134113 r=bzbarsky sr=sspitzer
This commit is contained in:
cls%seawood.org 2003-03-12 20:06:59 +00:00
Родитель b9470cc0fa
Коммит 96e0054590
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -63,7 +63,7 @@
#include "nsAddbookProtocolHandler.h"
#include "nsAddbookUrl.h"
#ifdef XP_WIN
#if defined(XP_WIN) && !defined(__MINGW32__)
#include "nsAbOutlookDirectory.h"
#include "nsAbOutlookCard.h"
#include "nsAbOutlookDirFactory.h"
@ -103,7 +103,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(nsAbDirFactoryService)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAbMDBDirFactory)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAddbookProtocolHandler)
#ifdef XP_WIN
#if defined(XP_WIN) && !defined(__MINGW32__)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAbOutlookDirectory)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAbOutlookCard)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAbOutlookDirFactory)
@ -212,7 +212,7 @@ static const nsModuleComponentInfo components[] =
NS_ABMDBDIRFACTORY_CONTRACTID,
nsAbMDBDirFactoryConstructor },
#ifdef XP_WIN
#if defined(XP_WIN) && !defined(__MINGW32__)
{ "Address OUTLOOK Book Directory",
NS_ABOUTLOOKDIRECTORY_CID,
NS_ABOUTLOOKDIRECTORY_CONTRACTID,