CVS: [JS] wxWindows/include/wx/richtext richtextsymboldlg.h, 1.3,
1.4
ABX
abx at abx.art.pl
Wed Oct 11 09:50:10 PDT 2006
>+// __UNICODE__ is a symbol used by DialogBlocks-generated code.
>+#ifndef __UNICODE__
>+#if wxUSE_UNICODE
>+#define __UNICODE__
>+#endif
>+#endif
Sorry, I missed them used in the code. But is there any reason not to use
wxUSE_UNICODE in the code later rather than __UNICODE__ ? I don't think we
should have in headers other defines than those documented at
http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/docs/wxwin_cppconst.html#cppconst
ABX
More information about the wx-dev
mailing list