]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/helphtml.h
Lots of updates for color dialog and sliders
[wxWidgets.git] / include / wx / generic / helphtml.h
index faa99f964be94c3691586820aa57ac58217aa98f..2386ee1c288cc2f12c39a73e2c24dbfe2d81085e 100644 (file)
 #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;