You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
724 B
21 lines
724 B
/*** 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"
|