зеркало из https://github.com/mozilla/pjs.git
Fixing more Windows build bustage caused by the charset stuff.
This commit is contained in:
Родитель
777101030a
Коммит
743ecac9d9
|
@ -79,6 +79,9 @@ static NS_DEFINE_CID(kGenericFactoryCID, NS_GENERICFACTORY_CID);
|
|||
// netlib definitions....
|
||||
static NS_DEFINE_CID(kNetServiceCID, NS_NETSERVICE_CID);
|
||||
|
||||
static NS_DEFINE_CID(kCharsetConverterManagerCID, NS_ICHARSETCONVERTERMANAGER_CID);
|
||||
static NS_DEFINE_IID(kICharsetConverterManagerIID, NS_ICHARSETCONVERTERMANAGER_IID);
|
||||
|
||||
nsICharsetConverterManager *ccMan = nsnull;
|
||||
|
||||
static nsresult
|
||||
|
|
Загрузка…
Ссылка в новой задаче