This should fix the burning Mac tree...

This commit is contained in:
saari%netscape.com 1998-09-25 16:29:55 +00:00
Родитель dd95ada41f
Коммит 6fdfd094d8
3 изменённых файлов: 11 добавлений и 7 удалений

Просмотреть файл

@ -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;