more Unicode fixes for help files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-01-28 16:03:50 +00:00
parent 74de9ed64b
commit aa0ffd1d92
4 changed files with 14 additions and 12 deletions

View File

@@ -18,6 +18,13 @@
#include "wx/helpbase.h"
#include "wx/frame.h"
/// Path separator.
#ifdef __WXMSW__
#define WXEXTHELP_SEPARATOR _T('\\')
#else
#define WXEXTHELP_SEPARATOR _T('/')
#endif
class WXDLLEXPORT wxExtHelpMapList;