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.

22 lines
515 B

  1. /*** asrt.msg - Displayable strings for asrt.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. * 12-Aug-1993 bens Moved from strings.h
  12. */
  13. //** Error Messages
  14. #ifdef ASSERT
  15. #define pszASRTERR_FALSE "Condition false"
  16. #define pszASRTERR_NULL_POINTER "Null pointer"
  17. #define pszASRTERR_SIGNATURE_BAD "Signature mismatch"
  18. #endif // !ASSERT