зеркало из https://github.com/mozilla/pjs.git
This should fix the burning Mac tree...
This commit is contained in:
Родитель
dd95ada41f
Коммит
6fdfd094d8
|
@ -57,14 +57,14 @@
|
|||
#define _ALLXPSTR_H_
|
||||
|
||||
#include "resdef.h"
|
||||
|
||||
/*
|
||||
#ifdef XP_MAC
|
||||
#define XP_MSG_BASE 1000
|
||||
#define SEC_DIALOG_STRING_BASE 3000
|
||||
#else
|
||||
#else */
|
||||
#define XP_MSG_BASE 14000
|
||||
#define SEC_DIALOG_STRING_BASE (XP_MSG_BASE + 2000)
|
||||
#endif
|
||||
/*#endif*/
|
||||
|
||||
/* WARNING: DO NOT TAKE ERROR CODE -666, it is used internally
|
||||
by the message lib */
|
||||
|
|
|
@ -57,14 +57,14 @@
|
|||
#define _ALLXPSTR_H_
|
||||
|
||||
#include "resdef.h"
|
||||
|
||||
/*
|
||||
#ifdef XP_MAC
|
||||
#define XP_MSG_BASE 1000
|
||||
#define SEC_DIALOG_STRING_BASE 3000
|
||||
#else
|
||||
#else */
|
||||
#define XP_MSG_BASE 14000
|
||||
#define SEC_DIALOG_STRING_BASE (XP_MSG_BASE + 2000)
|
||||
#endif
|
||||
/*#endif*/
|
||||
|
||||
/* WARNING: DO NOT TAKE ERROR CODE -666, it is used internally
|
||||
by the message lib */
|
||||
|
|
|
@ -32,7 +32,11 @@
|
|||
#include "rdfparse.h"
|
||||
#include "remstore.h"
|
||||
#include "ht.h"
|
||||
|
||||
/* BEGIN NEW_STRING_LIB*/
|
||||
#ifdef XP_MAC
|
||||
#include "allxpstr.h"
|
||||
#endif
|
||||
/* END NEW_STRING_LIB*/
|
||||
|
||||
/* globals */
|
||||
HT_Icon urlList = NULL;
|
||||
|
|
Загрузка…
Ссылка в новой задаче