added #pragma export on/off for nsSpecialFileSpec.

This commit is contained in:
beard%netscape.com 1999-04-03 23:00:59 +00:00
Родитель 453fb56d86
Коммит 53d8a1ec67
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -63,6 +63,10 @@ static char* MakeUpperCase(char* aPath)
} }
#endif #endif
#ifdef XP_MAC
#pragma export on
#endif
//---------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------
nsSpecialFileSpec::nsSpecialFileSpec(Type aType) nsSpecialFileSpec::nsSpecialFileSpec(Type aType)
//---------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------
@ -225,6 +229,10 @@ void nsSpecialFileSpec::operator = (Type aType)
} }
} // nsSpecialFileSpec::operator = } // nsSpecialFileSpec::operator =
#ifdef XP_MAC
#pragma export off
#endif
static NS_DEFINE_IID(kIFactoryIID, NS_IFACTORY_IID); static NS_DEFINE_IID(kIFactoryIID, NS_IFACTORY_IID);
//======================================================================================== //========================================================================================