Link to home
Create AccountLog in
Avatar of AssafLavie
AssafLavie

asked on

__T()

Hi.
VC has a macro: __T() that's suppose to make life easier when switching between unicode/mb builds.
What does it do? I thought it'l map to L on unicode builds, but according to the sources - it just maps to nothing.

What's up?
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of AssafLavie
AssafLavie

ASKER

Hmm yea.
I guess I missed that #if in the source file.
Thanks.