X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7cc5a448dc310ace36a4d5ef47121d86cee131e5..59840ba3b16e4baf3228dd79c6b7ae40b55cf488:/include/wx/generic/helphtml.h?ds=sidebyside 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;