зеркало из https://github.com/mozilla/pjs.git
add XP_MAC to the ifdef around dbopen (was in macToBeImplemented.cp)
This commit is contained in:
Родитель
4529df7478
Коммит
6090ad5d8c
|
@ -71,11 +71,15 @@ extern "C" {
|
|||
|
||||
extern "C" {
|
||||
|
||||
#if defined(XP_UNIX)
|
||||
#if defined(XP_UNIX) || defined(XP_MAC)
|
||||
DB *
|
||||
dbopen(const char *fname, int flags,int mode, DBTYPE type,
|
||||
const void *openinfo)
|
||||
{
|
||||
#if defined(XP_MAC)
|
||||
PR_ASSERT(FALSE);
|
||||
#endif
|
||||
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче