This should fix the burning Mac tree...

git-svn-id: svn://10.0.0.236/trunk@11045 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
saari%netscape.com
1998-09-25 16:29:55 +00:00
parent 3573cd6a6a
commit 60d87886da
3 changed files with 11 additions and 7 deletions

View File

@@ -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 */

View File

@@ -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 */