diff options
Diffstat (limited to 'private/windows/diamond/message.msg')
-rw-r--r-- | private/windows/diamond/message.msg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/private/windows/diamond/message.msg b/private/windows/diamond/message.msg new file mode 100644 index 000000000..4749e083f --- /dev/null +++ b/private/windows/diamond/message.msg @@ -0,0 +1,21 @@ +/*** message.msg - Displayable strings for message.c + * + * Microsoft Confidential + * Copyright (C) Microsoft Corporation 1993-1994 + * All Rights Reserved. + * + * Author: + * Benjamin W. Slivka + * + * History: + * 13-Aug-1993 bens Created messages + * 14-Aug-1993 bens Added more error cases + * 06-May-1994 bens Added thousands separator + */ + +#define chTHOUSAND_SEPARATOR ',' // 123,456,789.00 + + +#define pszMSGERR_BAD_FORMAT_SPECIFIER "[INTERR] Format specifier missing %" +#define pszMSGERR_SPECIFIER_TOO_SHORT "[INTERR] Format specifier %% is invalid" +#define pszMSGERR_UNKNOWN_FORMAT_SPECIFIER "[INTERR] Format specifier has unknown type" |