Re: Don't define _i18n to _T...
"Hiroaki Itoh" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.gui.devel |
|---|---|
| Message-ID | <[email protected]> |
> Btw. I wonder, if it is necessary to switch empty string from/to
> UNICODE. Almost every appearance of _T it in the code is such a
empty
> string convert.
In Windows world,
TCHAR.H:
--------------------
#ifdef _UNICODE
#define _T(x) L ## x
#else
#define _T(x) x
#endif
--------------------
Though expanding _i18n to _T doesn't cause some trouble
immediately...
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/cvsgui-dev/
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/