]> git.saurik.com Git - wxWidgets.git/commitdiff
Modified so that it should work for __WXMSW__, too. I cannot check
authorKarsten Ballüder <ballueder@usa.net>
Mon, 14 Jun 1999 15:47:28 +0000 (15:47 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Mon, 14 Jun 1999 15:47:28 +0000 (15:47 +0000)
this myself, though. :-(

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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.