Ignore:
Timestamp:
Dec 14, 2001, 10:36:31 PM (24 years ago)
Author:
bird
Message:

Moved Assert stuff to kTypes.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/include/kAssert.h

    r6701 r7633  
    1 /* $Id: kAssert.h,v 1.1 2001-09-14 01:50:17 bird Exp $
     1/* $Id: kAssert.h,v 1.2 2001-12-14 21:36:31 bird Exp $
    22 *
    33 * kAssert - assert macro(s).
     4 * This file is DEAD now - use kTypes.h instead.
    45 *
    56 * Copyright (c) 1999-2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     
    1314#endif
    1415
    15 KBOOL KLIBCALL kAssertMsg(const char *pszExpr, const char *pszFilename, unsigned uLine, const char *pszFunction);
    16 
    17 #define kASSERT(expr) \
    18     ((expr) ? (void)0 : (kAssertMsg(#expr, __FILE__, __LINE__, __FUNCTION__) ? INT3() : (void)0))
    19 
    2016#endif /* _kAssert_h_ */
    2117
Note: See TracChangeset for help on using the changeset viewer.