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.

23 lines
598 B

  1. /*** mem.msg - Displayable strings for mem.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 pszMEMERR_NULL_POINTER "Null Pointer in MemManager?"
  16. #define pszMEMERR_BAD_HEAD_SIG "Memory block head signature bad"
  17. #define pszMEMERR_BAD_TAIL_SIG "Memory block tail signature bad"
  18. #define pszMEMERR_OUT_OF_MEMORY "Out of memory!"
  19. #endif // !ASSERT