From 2a6c3e2566855a9192b6d2f4fb78ddadd4cb0229 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 11 Oct 2006 16:28:35 +0000 Subject: [PATCH] Added back necessary defines 'cleaned' away. If folks could resist the urge to delete them again, I'd be much obliged. We can change the symbol name if necessary. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/richtext/richtextsymboldlg.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/wx/richtext/richtextsymboldlg.h b/include/wx/richtext/richtextsymboldlg.h index 3588885f0c..5267efb8d8 100644 --- a/include/wx/richtext/richtextsymboldlg.h +++ b/include/wx/richtext/richtextsymboldlg.h @@ -30,6 +30,13 @@ class WXDLLIMPEXP_CORE wxStaticText; class WXDLLIMPEXP_CORE wxTextCtrl; ////@end forward declarations +// __UNICODE__ is a symbol used by DialogBlocks-generated code. +#ifndef __UNICODE__ +#if wxUSE_UNICODE +#define __UNICODE__ +#endif +#endif + /*! * Symbols */ -- 2.45.2