X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7cc5a448dc310ace36a4d5ef47121d86cee131e5..bc55104d9ab0b0b835644f17a152b4fbbfa8c7b9:/include/wx/generic/helphtml.h diff --git a/include/wx/generic/helphtml.h b/include/wx/generic/helphtml.h index faa99f964b..2386ee1c28 100644 --- a/include/wx/generic/helphtml.h +++ b/include/wx/generic/helphtml.h @@ -18,6 +18,15 @@ #include "wx/helpbase.h" #include "wx/frame.h" +/// Path separator. +#ifdef __WXMSW__ +#define WXEXTHELP_SEPARATOR _T('\\') +#elif defined(__WXMAC__) +#define WXEXTHELP_SEPARATOR _T(':') +#else +#define WXEXTHELP_SEPARATOR _T('/') +#endif + class WXDLLEXPORT wxExtHelpMapList;