windows-nt/Source/XPSP1/NT/ds/security/passport/include/srxutil.h
2020-09-26 16:20:57 +08:00

19 lines
446 B
C

//-----------------------------------------------------------------------------
//
// @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