Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
446 B

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