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
251 B

  1. /*++
  2. Copyright (c) 1999-2000 Microsoft Corporation
  3. Module Name:
  4. myassert.h
  5. Abstract:
  6. define for MYASSERT
  7. Author:
  8. HueiWang 2/17/2000
  9. --*/
  10. #ifndef __MYASSERT_H__
  11. #define MYASSERT(exp) ASSERT(exp)
  12. #endif