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:
@@ -50,12 +50,6 @@
|
||||
|
||||
/// Name for map file.
|
||||
#define WXEXTHELP_MAPFILE _T("wxhelp.map")
|
||||
/// Path separator.
|
||||
#ifdef __WXMSW__
|
||||
#define WXEXTHELP_SEPARATOR _T('\\')
|
||||
#else
|
||||
#define WXEXTHELP_SEPARATOR _T('/')
|
||||
#endif
|
||||
/// Maximum line length in map file.
|
||||
#define WXEXTHELP_BUFLEN 512
|
||||
/// Character introducing comments/documentation field in map file.
|
||||
|
||||
Reference in New Issue
Block a user