зеркало из https://github.com/mozilla/gecko-dev.git
Adding case for BeOS.
This commit is contained in:
Родитель
f20957b501
Коммит
3f43247322
|
@ -488,7 +488,7 @@ void nsXIFConverter::WriteDebugFile()
|
|||
out << s;
|
||||
out.close();
|
||||
delete[] s;
|
||||
#elif defined(XP_UNIX)
|
||||
#elif defined(XP_UNIX) || defined(XP_BEOS)
|
||||
const char* filename="/tmp/xif.html";
|
||||
ofstream out(filename);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче