windows-nt/Source/XPSP1/NT/termsrv/license/tlserver/include/tlsassrt.h

29 lines
528 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//+--------------------------------------------------------------------------
//
// Copyright (c) 1997-1999 Microsoft Corporation
//
// File:
//
// Contents:
//
// History:
//
//---------------------------------------------------------------------------
#ifndef __TLSASSERT_H__
#define __TLSASSERT_H__
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <ntddkbd.h>
#include <ntddmou.h>
#include <windows.h>
#include <winbase.h>
#include <winerror.h>
#define TLSASSERT(exp) ASSERT(exp)
#endif