Location:
e32def.h
_S (a) ((const TText *)L ## a)
Defines either an 8-bit string (for non-Unicode text), or a 16-bit string (for Unicode text) depending on the build.
This is used by the deprecated build independent literal _L.
|