 
        #ifndef _PHNT_NTDEF_H
#ifndef _NTDEF_
#ifndef NT_ASSERT_ACTION
#define NT_ASSERT_ACTION(_exp) \
    ((!(_exp)) ? \
        (__annotation(L"Debug", L"AssertFail", L## #_exp), \
         DbgRaiseAssertionFailure(), FALSE) : \
        TRUE)
View code on GitHubNo description available.