]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/helphtml.h
wxList::SortFunc prototype corrected
[wxWidgets.git] / include / wx / generic / helphtml.h
index dc16448f218b19df08fee49f657940a91e9472e2..83c87fd1a13e8091d9b5314e5063ff20f3ef1664 100644 (file)
 /// Name for map file.
 #define WXEXTHELP_MAPFILE   "wxhelp.map"
 /// Path separator.
+#ifdef __WXMSW__
+#define WXEXTHELP_SEPARATOR '\\'
+#else
 #define WXEXTHELP_SEPARATOR '/'
+#endif
 /// Maximum line length in map file.
 #define WXEXTHELP_BUFLEN 512
 /// Character introducing comments/documentation field in map file.