Leaked source code of windows server 2003
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

  1. /*** message.msg - Displayable strings for message.c
  2. *
  3. * Microsoft Confidential
  4. * Copyright (C) Microsoft Corporation 1993-1994
  5. * All Rights Reserved.
  6. *
  7. * Author:
  8. * Benjamin W. Slivka
  9. *
  10. * History:
  11. * 13-Aug-1993 bens Created messages
  12. * 14-Aug-1993 bens Added more error cases
  13. * 06-May-1994 bens Added thousands separator
  14. */
  15. #define chTHOUSAND_SEPARATOR ',' // 123,456,789.00
  16. #define pszMSGERR_BAD_FORMAT_SPECIFIER "[INTERR] Format specifier missing %"
  17. #define pszMSGERR_SPECIFIER_TOO_SHORT "[INTERR] Format specifier %% is invalid"
  18. #define pszMSGERR_UNKNOWN_FORMAT_SPECIFIER "[INTERR] Format specifier has unknown type"