2025-04-27 07:49:33 -04:00

19 lines
464 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