File:  [WindowsNT SDKs] / ntddk / src / print / pscript / fwall.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:31:12 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntddk-nov-1993, HEAD
Microsoft Windows NT Build 511 (DDK SDK) 11-01-1993

/***************************************************************************\
* Module Name: FIREWALL.H
*
* Firewall and debugging macros.
*
* Created: Sat 24-Sep-1988 22:45:53
* Author:  Charles Whitmer [chuckwh]
*
* Copyright (c) 1988 Microsoft Corporation
\***************************************************************************/

void DbgBreakPoint();
void DoRip(PSZ);

// Turn on firewalls unless we are told not to.

#ifndef NOFIREWALLS
#define FIREWALLS
#endif

// Define the RIP and ASSERT macros.

#ifdef FIREWALLS
#define RIP(x) DoRip((PSZ) x)
#define ASSERTPS(a,x) if (!(a)) RIP(x)
#else
#define RIP(x)
#define ASSERTPS(a,x)
#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.