TEXT (Compact 2013)
3/28/2014
This macro identifies a string as Unicode when the UNICODE compile flag is used or as an ANSI string when Unicode is not defined.
Syntax
#define TEXT(quote) L##quote
Parameters
- string
Specifies the string to be interpreted as either Unicode or ANSI.
Requirements
Header |
winnt.h |