зеркало из https://github.com/mozilla/gecko-dev.git
added #pragma export on/off for nsSpecialFileSpec.
This commit is contained in:
Родитель
453fb56d86
Коммит
53d8a1ec67
|
@ -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);
|
||||||
|
|
||||||
//========================================================================================
|
//========================================================================================
|
||||||
|
|
Загрузка…
Ссылка в новой задаче