windows-nt/Source/XPSP1/NT/ds/security/passport/include/srxutil.h

19 lines
446 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//-----------------------------------------------------------------------------
//
// @doc
//
// @module SRXUtil.h | SRX to SRF preprocessing utilities.
//
// Author: Darren Anderson
//
// Date: 6/23/2000
//
// Copyright <cp> 1999-2000 Microsoft Corporation. All Rights Reserved.
//
//-----------------------------------------------------------------------------
#define ToString(x) #x
#define QuotedReplacement(x) ToString(##x)
// EOF