19 lines
446 B
C
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
|